-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (47 loc) · 2.42 KB
/
index.html
File metadata and controls
58 lines (47 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<html>
<head>
<title>Welcome the the Wells Fargo Securities Streaming Demo</title>
<link type="text/css" href="https://www.wellsfargo.com/css/global/style.css"
rel="stylesheet" media="screen" />
<link type="text/css" href="https://www.wellsfargo.com/css/global/print.css"
rel="stylesheet" media="print" />
<link type="text/css" href="https://www.wellsfargo.com/css/global/survey.css"
rel="stylesheet" media="screen" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<style type="text/css">#navContainer div ul.deepLink,
#navContainerBiz div ul li ul.deepLink {visibility:visible}
a:link, a:visited {
text-decoration: none;
color: #44464a;
font-weight: bold;
}
</style>
</head>
<body>
<div id="shell" class="L5">
<div id="masthead" role="banner">
<div id="brand">
<a href="/" tabindex="1">
<img
src="//a248.e.akamai.net/f/248/1856/90m/www.wellsfargo.com/img/header/logo_62sq.gif"
id="logo" alt="Wells Fargo">
</a>
</div>
</div>
<div id="main">
<a target="_blank" href="http://se011.ctolab.hortonworks.com/kibana/#/dashboard">User Dashboard</a><br/><br/>
<a target="_blank" href="http://se011.ctolab.hortonworks.com:8000/beeswax/my_queries">User Query</a><br/><br/>
<br/><br/>
<a target="_blank" href="http://se011.ctolab.hortonworks.com:8080/#/main/dashboard">Operational Console</a><br/><br/>
<a target="_blank" href="http://se011.ctolab.hortonworks.com:7070/">Streaming Console</a><br/><br/>
<a target="_blank" href="http://se018.ctolab.hortonworks.com:9200/_plugin/head/">Search Console</a><br/><br/>
<a target="_blank" href="http://se016.ctolab.hortonworks.com:8161/admin/queues.jsp">ActiveMQ Console (Source/Sink 1)</a><br/><br/>
<!--<a target="_blank" href="http://se017.ctolab.hortonworks.com:8161/admin/queues.jsp">ActiveMQ Console (Source/Sink 2)</a><br/><br/>
<a target="_blank" href="http://se018.ctolab.hortonworks.com:8161/admin/queues.jsp">ActiveMQ Console (Source/Sink 3)</a><br/><br/>
<a target="_blank" href="http://se011.ctolab.hortonworks.com:8161/admin/queues.jsp">ActiveMQ (Target 1)</a><br/><br/>
<a target="_blank" href="http://se012.ctolab.hortonworks.com:8161/admin/queues.jsp">ActiveMQ (Target 2)</a><br/><br/>
<a target="_blank" href="http://se015.ctolab.hortonworks.com:8161/admin/queues.jsp">ActiveMQ (Target 3)</a><br/><br/> -->
</div><!-- end main -->
</div><!-- end shell -->
</body>
</html>