Docker image for https://github.com/Yelp/elastalert
ElastAlert is a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch.
Full documentation is vailable at https://elastalert.readthedocs.io/
Starting elastalert instance is simple:
$ docker run -v /path/to/config.yaml:/config.yaml -v /path/to/rules/:/rules -d elastalert:tagwhere config.yaml is a main config file and rules is a directory where all alerting rules are located. Note that path to rules should be specified in config.yaml. Tag is the tag of elastalert version you want. See the list above for relevant tags.