This plugin provides a way to create, test and edit ElastAlert rules within Kibana.
Fork of bitsensor/elastalert-kibana-plugin Copyright © 2019, BitSensor B.V.
Official 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 Kibana versions check: nsano-rururu/elastalert-kibana-plugin
- ElastAlert2 Server - A server that runs ElastAlert2 and exposes REST API's for manipulating rules and alerts.
- Kibana 7.10.0 or higher
Check the releases page to download 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.
Plugin installation is as simple as executing a command like:
bin/kibana-plugin install file:////path/to/plugin/elastalertKibanaPlugin-x.y.z.zip
Psst! If you need some examples you can find it in dev/
folder or contribution guide
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
elastalertKibanaPlugin.serverPath: ""
elastalertKibanaPlugin.serverCustomRequestHeaders:
X-Custom-header1: "value"
X-Custom-header2: "value"
elastalert-kibana-plugin -> elastalertKibanaPlugin
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.