Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EA3DA200C6F for ; Mon, 3 Apr 2017 13:56:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E8A24160B8F; Mon, 3 Apr 2017 11:56:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 510FA160BBF for ; Mon, 3 Apr 2017 13:56:23 +0200 (CEST) Received: (qmail 86355 invoked by uid 500); 3 Apr 2017 11:56:22 -0000 Mailing-List: contact commits-help@eagle.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@eagle.apache.org Delivered-To: mailing list commits@eagle.apache.org Received: (qmail 85338 invoked by uid 99); 3 Apr 2017 11:56:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2017 11:56:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A2E7FDFEF3; Mon, 3 Apr 2017 11:56:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: hao@apache.org To: commits@eagle.apache.org Date: Mon, 03 Apr 2017 11:56:53 -0000 Message-Id: <6ebd683a0af940a2bf451964e08997fd@git.apache.org> In-Reply-To: <63c4db84ab954dbfb7f170c81426aac6@git.apache.org> References: <63c4db84ab954dbfb7f170c81426aac6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [34/51] [partial] eagle git commit: Rename site directory archived-at: Mon, 03 Apr 2017 11:56:25 -0000 http://git-wip-us.apache.org/repos/asf/eagle/blob/d6fed677/_site/index.html ---------------------------------------------------------------------- diff --git a/_site/index.html b/_site/index.html new file mode 100755 index 0000000..ba54fdb --- /dev/null +++ b/_site/index.html @@ -0,0 +1,344 @@ + + + +Apache Eagle - Analyze Big Data Platforms For Security and Performance + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+
+
+
+
+ +
    + +
  • Slide 1
  • +
+
+
+
+
+
+
+
+

Apache Eagle

+

Analyze Big Data Platforms For Security and Performance

+
+
+ + + +
+
+ + + + + + + +
+
+
+

ABOUT APACHE EAGLE

+
+

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.

+
+

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.

+
+

Eagle is accounced to be a Top Level Project (TLP) of Apache Software Foundation (ASF) on Jan. 10, 2017.

+ +
+

Eagle analyzes big data platforms and reports issues in 3 steps:

+
+
+
+
+
Picture
+
+

Step 1 Data Integrations

+

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.

+
+
+
+
Picture
+
+

Step 2 Realtime Analytics and Alerting

+

Realtime stream data are normalized and then evaluated in alert engine with comprehensive policies including filter, slide window, batch window, and pattern match etc.

+
+
+
+
Picture
+
+

Step 3 Insights

+

Generate alerts, show historical trend, and correlate alert with raw data

+
+
+
+
Picture
+
+

Additional Bonus

+

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.

+
+
+
+
+
+ + + +
+ + + +
+
+
+

ARCHITECTURE

+
+
+
+
+ + +
+ +
+ +
+
+
+

WHO USES EAGLE

+
+
+ + + + +
+
+
+
+
+ + +
+ + +
+
+
+

COMMUNITY

+
+
+

Discussion and Contribute

+
+

Get help using Eagle or contribute to the project

+ +
+
+
+

Events and Meetups

+
+

Learn more about Eagle from Conferences

+ +
+ +
+
+

Find Us at

+
+ + +

Learn latest updates about Eagle through:

+
+
+ + +
+ + + +
+ +
+ +
+
+ +
+
+
+
+
+
+
+
+ + +
+
+
+
+
+ + + +
+
+Copyright © 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. +
+
+Apache Eagle, Eagle, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation. +
+
+
+
+
+ + + + + + + + + + + + + +
+ + + http://git-wip-us.apache.org/repos/asf/eagle/blob/d6fed677/_site/js/custom.js ---------------------------------------------------------------------- diff --git a/_site/js/custom.js b/_site/js/custom.js new file mode 100755 index 0000000..1e3bbb4 --- /dev/null +++ b/_site/js/custom.js @@ -0,0 +1,136 @@ +jQuery(document).ready(function($) { + + /************** Scroll Navigation *********************/ + $('.navigation').singlePageNav({ + currentClass: 'active' + }); + + + /************** FlexSlider *********************/ + $('.flexslider').flexslider({ + animation: "fade", + directionNav: false + }); + + + /************** Responsive Navigation *********************/ + + $('.menu-toggle-btn').click(function() { + $('.responsive-menu').stop(true, true).slideToggle(); + }); + + /************** Menu Content Opening *********************/ + $(".main_menu a, .responsive_menu a").click(function() { + var id = $(this).attr('class'); + id = id.split('-'); + $("#menu-container .content").hide(); + $("#menu-container #menu-" + id[1]).addClass("animated fadeInDown").show(); + $("#menu-container .homepage").hide(); + $(".support").hide(); + $(".testimonials").hide(); + return false; + }); + + $(window).load(function() { + $("#menu-container .products").hide(); + }); + + $(".main_menu a.home").addClass('active'); + + $(".main_menu a.home, .responsive_menu a.home").click(function() { + $("#menu-container .homepage").addClass("animated fadeInDown").show(); + $(this).addClass('active'); + $(".main_menu a.page2, .responsive_menu a.page2").removeClass('active'); + $(".main_menu a.page3, .responsive_menu a.page3").removeClass('active'); + $(".main_menu a.page5, .responsive_menu a.page5").removeClass('active'); + return false; + }); + + $(".main_menu a.page2, .responsive_menu a.page2").click(function() { + $("#menu-container .service").addClass("animated fadeInDown").show(); + $(this).addClass('active'); + $(".main_menu a.home, .responsive_menu a.home").removeClass('active'); + $(".main_menu a.page3, .responsive_menu a.page3").removeClass('active'); + $(".main_menu a.page5, .responsive_menu a.page5").removeClass('active'); + return false; + }); + + $(".main_menu a.page3, .responsive_menu a.page3").click(function() { + $("#menu-container .portfolio").addClass("animated fadeInDown").show(); + $(".our-services").show(); + $(this).addClass('active'); + $(".main_menu a.page2, .responsive_menu a.page2").removeClass('active'); + $(".main_menu a.home, .responsive_menu a.home").removeClass('active'); + $(".main_menu a.page5, .responsive_menu a.page5").removeClass('active'); + return false; + }); + + $(".main_menu a.page5, .responsive_menu a.page5").click(function() { + $("#menu-container .contact").addClass("animated fadeInDown").show(); + $(this).addClass('active'); + $(".main_menu a.page2, .responsive_menu a.page2").removeClass('active'); + $(".main_menu a.page3, .responsive_menu a.page3").removeClass('active'); + $(".main_menu a.home, .responsive_menu a.home").removeClass('active'); + + return false; + }); + + + + + /************** LightBox *********************/ + + + $("a.menu-toggle-btn").click(function() { + $(".responsive_menu").stop(true, true).slideToggle(); + return false; + }); + + $(".responsive_menu a").click(function() { + $('.responsive_menu').hide(); + }); + + + var $timeline_block = $('.cd-timeline-block'); + + //hide timeline blocks which are outside the viewport + $timeline_block.each(function() { + if ($(this).offset().top > $(window).scrollTop() + $(window).height() * 0.75) { + $(this).find('.cd-timeline-img, .cd-timeline-content').addClass('is-hidden'); + } + }); + + //on scolling, show/animate timeline blocks when enter the viewport + $(window).on('scroll', function() { + animationPage(); + $timeline_block.each(function() { + if ($(this).offset().top <= $(window).scrollTop() + $(window).height() * 0.75 && $(this).find('.cd-timeline-img').hasClass('is-hidden')) { + $(this).find('.cd-timeline-img, .cd-timeline-content').removeClass('is-hidden').addClass('bounce-in'); + } + }); + + + + + }); + + + +}); + +$(".navbar-collapse").css({ + maxHeight: $(window).height() - $(".navbar-header").height() + "px" +}); + + +function animationPage() { + + var scrollT = $(window).scrollTop(); + var currentPosition = scrollT + 480; + var imageIcon = $('.usecaseimage').offset().top; + if (imageIcon < currentPosition) { + $(".usecaseimage").addClass('animated bounceIn'); + } else { + $(".usecaseimage").removeClass('animated bounceIn'); + } +}; \ No newline at end of file