1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/elastalert/README.md
2019-10-30 18:57:53 +08:00

555 B

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 run --rm elastalert sh
>>> elastalert-create-index --config config.yaml
>>> elastalert-test-rule --config config.yaml rules/example.yaml
>>> exit
$ docker-compose up -d

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