Skip to content

muravitskiy/docker-elastalert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published