Search Docker Hub
elastalert
By xtimon
github.com/Yelp/elastalert
1.1K
docker run -it --rm -v <config/path>:/config.yml -v <rules/path>:<rules_path_in_config> xtimon/elastalert
version: '2' services: elastalert: image: xtimon/elastalert volumes: - ./elastalert/config.yml:/config.yml - ./elastalert/rules:<rules_path_in_config>
Content type
Image
Digest
Size
36.3 MB
Last updated
almost 9 years ago
docker pull xtimon/elastalert