Skip to content
/ kaae Public
forked from sentinl/sentinl

Kibana Alert & Report App + Plugin for Elasticsearch (Kibana Watcher) ⏰ 📷

License

Notifications You must be signed in to change notification settings

joola/kaae

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kibana Alert App for Elasticsearch

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


Kibana App: Kaae

KaaE extends Kibana to provide a free an independent "watcher" alternative for Alerting and Reporting based on the same principles and useful to monitor and notify on data series changes using a variety of configurable actions.

KaaE is also designed to simplify the process of creating and managing alerts and reports in Kibana via its integrated Application, while retaining baseline watcher logic and configuration compatibility from the Elastic counterpart.


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 + Plugin for Elasticsearch (Kibana Watcher) ⏰ 📷

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.7%
  • HTML 19.2%
  • CSS 1.1%