bitsensor/elastalert-kibana-plugin
Fork ofOfficial repository is not maintained anymore.
Aim of this fork is to support new versions of Kibana (after migration to Kibana New Platform starts from 7.10).
There is still some work to be done, but this version should work ;)
For older versions check: nsano-rururu/elastalert-kibana-plugin
ElastAlert Kibana Plugin
This plugin provides a way to create, test and edit ElastAlert rules within Kibana.
Demo
Requirements
- ElastAlert2 Server - A server that runs ElastAlert2 and exposes REST API's for manipulating rules and alerts.
- Kibana 7.10.0 or higher
Installation
Check the releases page to download and install the latest version of this plugin that is compatible with your Kibana version. Please be aware that you will need a running ElastAlert server to make use of this plugin.
ElastAlert2 Server Docker Images
Configuration
By default the plugin will connect to http://localhost:3030
. If your ElastAlert server is running on a different host or port add/change the following options in your config/kibana.yml
file:
elastalertKibanaPlugin.serverSsl: false
elastalertKibanaPlugin.serverHost: localhost
elastalertKibanaPlugin.serverPort: 3030
elastalert-kibana-plugin -> elastalertKibanaPlugin
Contribution
Please report any issues or suggestions you have on the issues page. If you want to create a pull request please check our contribution guide.