Skip to content
forked from sentinl/sentinl

Kibana Alert & Report App for Elasticsearch (Watcher Plugin)

License

Notifications You must be signed in to change notification settings

NicolasYDDER/kaae

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kibana Alert & Report App for Elasticsearch

Data Series are awesome, but who's Watching them 24/7/365? Introducing KaaE, the Kibana Watcher


Codacy Badge

KaaE extends Kibana with Alerting and Reporting functionality to monitor, notify and report on data series changes using standard queries, programmable validators and a variety of configurable actions - Think of it as a free an independent "Watcher" and "Reporting" alternative.

KaaE is also designed to simplify the process of creating and managing alerts and reports in Kibana via its integrated App and Spy integration, while retaining baseline logic and configuration style compatibility with the Elastic counterparts.


Kibana Plugin: Kaae Spy

The Kaae integrated Kibana plug-in extends the default Spy functionality to shape new prototype Watchers based on Visualize queries, and providing them to Kaae for fine editing and deployment.


Kibana Alerts Display

KaaE alerts can easily be displayed back in Kibana dashboards using saved search visualizations

Kibana Report Snapshots

Boss wants to see charts and reports? KaaE can grab timed snapshots of Kibana dashboards (or any other website) and deliver them via email using the report action


App Installation

Snapshot Plugin Install

/opt/kibana/bin/kibana plugin --install kaae -u https://github.com/elasticfence/kaae/releases/download/snapshot/kaae-latest.tar.gz

Dev Plugin Install

git clone https://github.com/elasticfence/kaae
cd kaae && npm install && npm run package
/opt/kibana/bin/kibana plugin --install kaae -u file://`pwd`/kaae-latest.tar.gz

Dev Plugin Remove

/opt/kibana/bin/kibana plugin -r kaae

Configuration & Usage

Consult our wiki to learn how to configure and use KaaE and program awesome Watchers

Project Status

  • Working Status, more testers needed!
    • Please report any ideas, bug reports and findings
  • Contributors Needed! If you know angular and elasticsearch, consider joining us!

License

This software is licensed under the Apache License, version 2 ("ALv2"), quoted below.

Copyright 2016, Lorenzo Mangani ([email protected])
Copyright 2015, Rao Chenlin ([email protected])

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.

About

Kibana Alert & Report App for Elasticsearch (Watcher Plugin)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.5%
  • HTML 15.6%
  • CSS 0.9%