1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
dockerfiles/elastalert
2019-10-30 16:11:49 +08:00
..
data update elastalert 2019-10-30 16:11:49 +08:00
docker-compose.yml update elastalert 2019-10-30 16:11:49 +08:00
Dockerfile update elastalert 2019-10-30 16:11:49 +08:00
README.md update elastalert 2019-10-30 16:11:49 +08:00

ElastAlert

ElastAlert is a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch.

up and running

$ docker-compose up -d
$ docker-compose exec elastalert sh
>>> cd /opt/elastalert/rules
>>> elastalert-test-rule example.yaml
>>> exit

ElastAlert will also load new rules, stop running missing rules, and restart modified rules as the files in this folder change.