Skip to content

kakposmel/sentinl

 
 

Repository files navigation

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


App Installation

Substitute 5.5.1 with your 5.5.x version.

Snapshot Plugin Install

/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

Configuration & Usage

Consult our wiki to learn how to configure and use SENTINL 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, 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.

Packages

No packages published

Languages

  • JavaScript 73.6%
  • HTML 25.4%
  • Other 1.0%