-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
executable file
·344 lines (311 loc) · 14.1 KB
/
index.html
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!DOCTYPE html>
<head>
<title>Apache Eagle - Analyze Big Data Platforms For Security and Performance</title>
<meta name="keywords" content="Apache Eagle, Hadoop, Analyze, Security, Performance, Real Time">
<meta name="description" content="Apache Eagle - Analyze Big Data Platforms For Security and Performance">
<meta name="author" content="eBay Inc">
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1">
<!-- Style Sheets -->
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/misc.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/colorbox.css">
<link rel="shortcut icon" href="images/favicon.png">
<script src="//load.sumome.com/" data-sumo-site-id="4f1f82ddde38afb72321e7c702051b89fb2ab9d54d314434184ebe0ea5b5fa37" async></script>
<!-- Baidu Analytics Tracking-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?fedc55df2ea52777a679192e8f849ece";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Google Analytics Tracking -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68929805-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- header start -->
<div id="home_page">
<div class="topbar">
<div class="container">
<div class="row" >
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="#"><img src="images/logo2.png" height="44px" style="margin-top:-7px"></a> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right" id="top-menu">
<li><a class="menu" href="#home_page">HOME</a></li>
<li><a class="menu" href="#about_page">ABOUT</a></li>
<li><a class="menu" href="#diagram_page">ARCHITECTURE</a></li>
<li><a class="menu" href="#community_page">COMMUNITY</a></li>
<li><a class="menu" href="https://github.com/apache/eagle" target="_blank" title="Github">GITHUB</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
</div>
</div>
</div>
<div class="headerimage">
<div class="flexslider">
<ul class="slides">
<li><img src="images/slider/3.jpg" alt="Slide 1"></li>
</ul>
</div>
</div>
<div class="particles"> </div><!---particles-->
<div class="slider-caption">
<div class="homewrapper">
<div class="hometitle"> <img src="images/feather.png" height="60px"> </div>
<div class="hometext">
<h2 style="font-weight:500;">Apache Eagle</h2>
<h3>Analyze Big Data Platforms For Security and Performance</h3>
</div>
</div>
<div class="download" style="margin-left:10px;" title="Documents"><a href="docs/">DOCS</a></div>
<div class="download"><a href="docs/download-latest.html" title="Downloads">DOWNLOAD</a></div>
</div>
</div>
<!-- header end -->
<!-- team start -->
<!-- team start -->
<div class="workwrapper" id="about_page">
<div class="container">
<div class="row">
<h2 class="sectiontile">ABOUT APACHE EAGLE</h2>
<div class="col-md-12">
<p style="width:80%; margin-left:auto; margin-right:auto;"> Apache Eagle (called Eagle in the following) is an open source analytics solution for identifying security and performance issues instantly on big data platforms, e.g. Apache Hadoop, Apache Spark etc. It analyzes data activities, yarn applications, jmx metrics, and daemon logs etc., provides state-of-the-art alert engine to identify security breach, performance issues and shows insights. </p>
<br/>
<p style="width:80%; margin-left:auto; margin-right:auto;"> Big data platform normally generates huge amount of operational logs and metrics in realtime. Eagle is founded to solve hard problems in securing and tuning performance for big data platforms by ensuring metrics, logs always available and alerting immediately even under huge traffic.</p>
<div class="sepline"></div>
<P>Eagle is accounced to be a Top Level Project (TLP) of Apache Software Foundation (ASF) on Jan. 10, 2017.</p>
<!--
<p>Eagle has been accepted as an Apache Incubator Project on Oct 26, 2015.</P>
-->
<div class="sepline"></div>
<p>Eagle analyzes big data platforms and reports issues in 3 steps:</p>
</div>
</div>
<section id="cd-timeline" class="cd-container" style="margin-top:-3px;">
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture"> <img src="images/step1.png" alt="Picture"> </div>
<div class="cd-timeline-content service-box-content">
<h3>Step 1 Data Integrations</h3>
<p>Streaming operational logs and data activities into Eagle platform, including but not limited to audit logs, map/reduce jobs, yarn resource usage, jmx metrics and various daemon logs etc.</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-movie"> <img src="images/step2.png" alt="Picture"> </div>
<div class="cd-timeline-content service-box-content">
<h3>Step 2 Realtime Analytics and Alerting</h3>
<p>Realtime stream data are normalized and then evaluated in alert engine with comprehensive policies including filter, slide window, batch window, and pattern match etc.</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-icon"> <img src="images/step3.png" alt="Picture"> </div>
<div class="cd-timeline-content service-box-content">
<h3>Step 3 Insights</h3>
<p>Generate alerts, show historical trend, and correlate alert with raw data</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-location"> <img src="images/step4.png" alt="Picture"> </div>
<div class="cd-timeline-content service-box-content">
<h3>Additional Bonus</h3>
<p>Eagle provides embedded, highly scalable alert engine for user to easily onboard any new data sources into Eagle platform and write comprehensive policies to alert for anomalies.</p>
</div>
</div>
</section>
</div>
</div>
<!-- team end -->
<div class="clear"></div>
<!-- diagram start -->
<div class="workwrapper" id="diagram_page">
<div class="container">
<div class="row">
<h2 class="sectiontile">ARCHITECTURE</h2>
<div class="col-md-12 marginbot"> <img src="images/diagram2.png" style="border-radius: 10px; margin-top:10px;"> </div>
</div>
</div>
</div>
<!-- diagram end -->
<div class="clear"></div>
<div class="clear"></div>
<!-- team start -->
<div class="client_wrapper" id="community_page">
<div class="container">
<div class="row">
<h2 class="sectiontile">WHO USES EAGLE</h2>
<div class="row" style="margin-top:50px;">
<div class="workmargin">
<a href="http://www.ebay.com/"><img style="width: 130px" src="/images/ebay.png" class="usecaseimage"></a>
<a href="https://www.paypal.com"><img style="width: 160px;margin-left:60px;" src="/images/paypal.svg" class="usecaseimage"></a>
<a href="https://www.dataguise.com"><img style="width: 160px;margin-left:60px;" src="/images/dataguise.jpeg" class="usecaseimage"></a>
<a href="https://www.yhd.com"><img style="width: 160px;margin-left:60px;" src="/images/yhd.png" class="usecaseimage"></a>
</div>
</div>
</div>
</div>
</div>
<!-- team end -->
<div class="clear"></div>
<!-- team start -->
<div class="workwrapper" id="community_page">
<div class="container">
<div class="row">
<h2 class="sectiontile">COMMUNITY</h2>
<div class="row" style="margin-top:50px;">
<div class="col-md-4 workmargin">
<h4>Discussion and Contribute</h4>
<div style="text-align:left">
<p>Get help using Eagle or contribute to the project</p>
<ul>
<li>
<a href="/docs/community.html"><b>Mailing Lists</b></a>
</li>
<li>
<a href="https://issues.apache.org/jira/browse/EAGLE"><b>Issues Tracking</b></a>
</li>
<li>
<a href="https://cwiki.apache.org/confluence/display/EAG/Contributing+to+Eagle"><b>How to Contribute</b></a>
</li>
</ul>
</div>
</div>
<div class="col-md-4 workmargin">
<h4>Events and Meetups</h4>
<div style="text-align:left">
<p>Learn more about Eagle from Conferences</p>
<ul>
<li><a href="/docs/community.html"><b>Conferences</b></a></li>
<li><a href="/docs/community.html"><b>Meetups</b></a></li>
<li><a href="/docs/community.html"><b>News</b></a></li>
</ul>
</div>
<!-- <button type="button" class="btn btn-primary" onclick="window.location='https://github.com/pulsarIO/realtime-analytics/wiki/Get-Started'">Learn More Events</button> -->
</div>
<div class="col-md-4 workmargin">
<h4>Find Us at</h4>
<div style="text-align:left">
<p>Learn latest updates about Eagle through:</p>
<div class="row">
<div class="col-md-6">
<iframe src="https://ghbtns.com/github-btn.html?user=apache&repo=eagle&type=star&count=true" frameborder="0" scrolling="0" width="150px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=apache&repo=eagle&type=fork&count=true" frameborder="0" scrolling="0" width="150px" height="20px"></iframe>
<br/>
<a href="https://twitter.com/TheApacheEagle" class="twitter-follow-button" data-show-count="false">Follow @TheApacheEagle</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<br/>
<div class="fb-like" data-href="https://www.facebook.com/TheApacheEagle" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></div>
</div>
<div class="col-md-6">
<image width="110px" height="110px" src="/images/qrcode-8cm.jpg"/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer start -->
<div class="footerwrapper">
<div class="container">
<div class="row">
<div class="col-md-12"><div style="margin-left:auto; margin-right:auto; text-align:center;font-size:12px;">
<div>
<a href="http://www.apache.org">
<img id="asf-logo" alt="Apache Software Foundation" src="/images/apache-logo-small.gif">
</a>
</div>
<div>
Copyright © 2015 <a href="http://www.apache.org">The Apache Software Foundation</a>, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
</div>
<div>
Apache Eagle, Eagle, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.
</div>
</div></div>
</div>
</div>
</div>
<!-- footer end -->
<!-- JavaScripts -->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/jquery.singlePageNav.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/custom.js"></script>
<script src="js/jquery.colorbox.js"></script>
<script src="js/modernizr.min.js"></script>
<script src="js/svg.js"></script>
<script>
$(".youtube").colorbox({iframe:true, innerWidth:728, innerHeight:410});
var lastId,
topMenu = $("#top-menu"),
topMenuHeight = topMenu.outerHeight() + 15,
// All list items
menuItems = topMenu.find("a"),
// Anchors corresponding to menu items
scrollItems = menuItems.map(function() {
var item = $($(this).attr("href"));
if (item.length) {
return item;
}
});
menuItems.click(function(e) {
var href = $(this).attr("href"),
offsetTop = href === "#" ? 0 : $(href).offset().top - topMenuHeight + 1;
$('html, body').stop().animate({
scrollTop: offsetTop
}, 300);
e.preventDefault();
});
// Bind to scroll
$(window).scroll(function() {
// Get container scroll position
var fromTop = $(this).scrollTop() + topMenuHeight;
// Get id of current scroll item
var cur = scrollItems.map(function() {
if ($(this).offset().top < fromTop)
return this;
});
// Get the id of the current element
cur = cur[cur.length - 1];
var id = cur && cur.length ? cur[0].id : "";
if (lastId !== id) {
lastId = id;
// Set/remove active class
menuItems
.parent().removeClass("active")
.end().filter("[href=#" + id + "]").parent().addClass("active");
}
});
</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>