Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 582 Bytes

基于elastalert0.2.4 python:3.6-alpine构建

1. 配置

邮件报警

  • git clone https://github.com/shuhanghang/elastalert-docker.git
  • cd elastalert-docker
  • 修改config.yml中的es配置
  • 修改rules目录下的规则文件(rules目录下可存在多个rule文件)
  • 修改smtp_auth文件填写发邮人用户名及密码
  • 根据需要修改config、rules文件其他参数

2. 运行

docker run --name elastalert-docker \
    -v `pwd`:/home/ \
    -d shuhanghang/elastalert-docker:1.0