Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 726 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 726 Bytes

docker-elastalert

Docker image for https://github.com/Yelp/elastalert

What is 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/

How to use this image

Starting elastalert instance is simple:

$ docker run -v /path/to/config.yaml:/config.yaml -v /path/to/rules/:/rules -d elastalert:tag

where 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.