/sentinl

Kibi + Kibana Alert & Report App for Elasticsearch

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Kibi & Kibana Alerting & Reporting App

Watching your data, 24/7/365.


Codacy Badge

SENTINL 5 extends Kibi/Kibana 5 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" which also has scheduled "Reporting" capabilities (PNG/PDFs snapshots).

SENTINL is also designed to simplify the process of creating and managing alerts and reports in Kibi/Kibana via its App and Spy integration, directly in the Kibi/Kibana UI.


Kibi/Kibana Alerts Display

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

Kibi/Kibana Report Snapshots

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

Configuration & Usage

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


App Installation

ATTENTION If you use it with Kibi, don't install SENTINL, always use SENTINL bundled inside the distribution.

Snapshot Plugin Install (substitute 5.5.1 with your Kibana version)

/opt/kibana/bin/kibana-plugin install https://github.com/sirensolutions/sentinl/releases/download/tag-5.5/sentinl-v5.5.1.zip

Gulp Plugin Install

git clone https://github.com/sirensolutions/sentinl
cd sentinl && npm install && gulp package --version=5.5.1
/opt/kibana/bin/kibana-plugin install file://`pwd`/target/gulp/sentinl.zip

Dev Plugin Remove

/opt/kibana/bin/kibana-plugin remove sentinl

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, 2017 Siren Solutions
Copyright 2016, 2017 QXIP BV, Lorenzo Mangani (lorenzo.mangani@gmail.com)
Copyright 2015, Rao Chenlin (rao.chenlin@gmail.com)

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.