All Projects â†’ opendistro-for-elasticsearch â†’ Alerting Kibana Plugin

opendistro-for-elasticsearch / Alerting Kibana Plugin

Licence: apache-2.0
📟 Open Distro for Elasticsearch Kibana Alerting Plugin

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Alerting Kibana Plugin

Unsee
Alert dashboard for Prometheus Alertmanager
Stars: ✭ 700 (+434.35%)
Mutual labels:  monitoring, alerting
Gatus
⛑ Gatus - Automated service health dashboard
Stars: ✭ 1,203 (+818.32%)
Mutual labels:  monitoring, alerting
Awesome Sre
A curated list of Site Reliability and Production Engineering resources.
Stars: ✭ 7,687 (+5767.94%)
Mutual labels:  monitoring, alerting
Opennms
Enterprise-Grade Open-Source Network Management Platform
Stars: ✭ 568 (+333.59%)
Mutual labels:  monitoring, alerting
Prometheus
The Prometheus monitoring system and time series database.
Stars: ✭ 40,114 (+30521.37%)
Mutual labels:  monitoring, alerting
Cabot
Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
Stars: ✭ 5,209 (+3876.34%)
Mutual labels:  monitoring, alerting
Cronmon
PHP Web app to monitor cron/scheduled tasks
Stars: ✭ 55 (-58.02%)
Mutual labels:  monitoring, alerting
Nightingale
💡 A Distributed and High-Performance Monitoring System. Prometheus enterprise edition
Stars: ✭ 4,003 (+2955.73%)
Mutual labels:  monitoring, alerting
Amon
Amon is a modern server monitoring platform.
Stars: ✭ 1,331 (+916.03%)
Mutual labels:  monitoring, alerting
Ciao
HTTP checks & tests (private & public) monitoring - check the status of your URL
Stars: ✭ 1,322 (+909.16%)
Mutual labels:  monitoring, alerting
Prom2teams
prom2teams is an HTTP server built with Python that receives alert notifications from a previously configured Prometheus Alertmanager instance and forwards it to Microsoft Teams using defined connectors
Stars: ✭ 122 (-6.87%)
Mutual labels:  monitoring, alerting
Zabbix
Real-time monitoring of IT components and services, such as networks, servers, VMs, applications and the cloud.
Stars: ✭ 1,914 (+1361.07%)
Mutual labels:  monitoring, alerting
Howtheysre
A curated collection of publicly available resources on how technology and tech-savvy organizations around the world practice Site Reliability Engineering (SRE)
Stars: ✭ 6,962 (+5214.5%)
Mutual labels:  monitoring, alerting
Sensu Go
Simple. Scalable. Multi-cloud monitoring.
Stars: ✭ 625 (+377.1%)
Mutual labels:  monitoring, alerting
Bosun
Time Series Alerting Framework
Stars: ✭ 3,226 (+2362.6%)
Mutual labels:  monitoring, alerting
Karma
Alert dashboard for Prometheus Alertmanager
Stars: ✭ 1,007 (+668.7%)
Mutual labels:  monitoring, alerting
Netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
Stars: ✭ 57,056 (+43454.2%)
Mutual labels:  monitoring, alerting
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (+122.9%)
Mutual labels:  monitoring, alerting
Sampler
Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
Stars: ✭ 9,203 (+6925.19%)
Mutual labels:  monitoring, alerting
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+34961.07%)
Mutual labels:  monitoring, alerting

Open Distro for Elasticsearch Alerting Kibana

The Open Distro for Elasticsearch Alerting Kibana plugin lets you manage your Open Distro for Elasticsearch alerting plugin to monitor your data and send notifications when certain criteria are met---all from Kibana.

Highlights

  • Create and schedule monitors, which run period queries against data in Elasticsearch.
  • Evaluate query results against triggers to see if they meet certain criteria.
  • If trigger criteria are met, generate alerts and perform actions (e.g. post a message in a Slack channel).

Documentation

Please see our documentation.

Setup

  1. Download Elasticsearch for the version that matches the Kibana version specified in package.json.

  2. Download and install the appropriate Open Distro for Elasticsearch Alerting plugin.

  3. Download the Kibana source code for the version specified in package.json you want to set up.

    See the Kibana contributing guide for more instructions on setting up your development environment.

  4. Change your node version to the version specified in .node-version inside the Kibana root directory.

  5. cd into the plugins directory of the Kibana source code directory.

  6. Check out this package from version control into the plugins directory.

  7. Run yarn kbn bootstrap inside kibana/plugins/alerting-kibana-plugin.

Ultimately, your directory structure should look like this:

.
├── kibana
│   └── plugins
│       └── alerting-kibana-plugin

Build

To build the plugin's distributable zip simply run yarn build.

Example output: ./build/opendistroAlertingKibana-1.12.0.0.zip

Run

  • yarn start

    • Starts Kibana and includes this plugin. Kibana will be available on localhost:5601.
    • Please run in the Kibana root directory
    • You must have Elasticsearch running with the Alerting plugin

Test

There are unit/stubbed integration tests and Cypress e2e/integration tests.

  • yarn test:jest

    • Runs the plugin unit tests.
  • yarn run cypress open

    • Opens the Cypress test runner.
  • yarn run cypress run

    • Runs all Cypress tests headlessly in the Electron browser.

To run the Cypress tests, you must have both Elasticsearch and Kibana running with the Alerting plugin.

If you are running Cypress tests with Kibana development server, pass these 2 options to yarn start:

  1. --no-base-path: opt out the BasePathProxy.
  2. --no-watch: make sure your server is not restarted.

Contributing to Open Distro for Elasticsearch Alerting Kibana

License

This code is licensed under the Apache 2.0 License.

Copyright

Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].