1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/elastalert/README.md

21 lines
504 B
Markdown
Raw Normal View History

2018-08-01 08:03:18 +00:00
ElastAlert
==========
2019-07-17 03:56:47 +00:00
[ElastAlert][1] is a simple framework for alerting on anomalies, spikes, or other
patterns of interest from data in Elasticsearch.
## up and running
2018-08-01 08:03:18 +00:00
```bash
$ docker-compose up -d
$ docker-compose exec elastalert sh
>>> cd /opt/elastalert/rules
2019-10-30 08:11:49 +00:00
>>> elastalert-test-rule example.yaml
2018-08-01 08:03:18 +00:00
>>> exit
```
2019-07-17 03:56:47 +00:00
> ElastAlert will also load new rules, stop running missing rules, and restart
> modified rules as the files in this folder change.
[1]: http://elastalert.readthedocs.io/en/latest/