https://github.com/bitsensor/elastalert-kibana-plugin
ElastAlert Kibana Plugin
https://github.com/bitsensor/elastalert-kibana-plugin
elastalert kibana plugin
Last synced: 16 days ago
JSON representation
ElastAlert Kibana Plugin
- Host: GitHub
- URL: https://github.com/bitsensor/elastalert-kibana-plugin
- Owner: bitsensor
- License: other
- Created: 2016-09-20T17:59:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T18:54:12.000Z (over 4 years ago)
- Last Synced: 2025-07-24T05:54:36.977Z (11 months ago)
- Topics: elastalert, kibana, plugin
- Language: JavaScript
- Homepage: https://bitsensor.io/blog/elastalert-kibana-plugin-centralized-logging-with-integrated-alerting
- Size: 10.2 MB
- Stars: 553
- Watchers: 33
- Forks: 117
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ElastAlert Kibana Plugin
> This plugin provides a way to create, test and edit ElastAlert rules within Kibana.



---
## Demo

## Requirements
- Our [ElastAlert server](https://github.com/bitsensor/elastalert) fork
- Kibana 6.3.1 or higher
## Installation
Check the [releases](https://github.com/bitsensor/elastalert-kibana-plugin/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](https://github.com/bitsensor/elastalert#installation) to make use of this plugin.
## Configuration
By default the plugin will connect to `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:
```
elastalert-kibana-plugin.serverHost: 123.0.0.1
elastalert-kibana-plugin.serverPort: 9000
```
## Contribution
Please report any issues or suggestions you have on the [issues page](https://github.com/bitsensor/elastalert-kibana-plugin/issues). If you want to create a pull request please check our [contribution guide](CONTRIBUTING.md).