# elastalert-dingtalk **Repository Path**: rubbishes/elastalert-dingtalk ## Basic Information - **Project Name**: elastalert-dingtalk - **Description**: ELK告警插件 支持钉钉告警 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-18 - **Last Updated**: 2021-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目背景 > 因官方的docker代码多年未更新,导致很多问题,而且也为集成钉钉插件,所我特根据我个人的需求,集成了钉钉插件后,并重写了`Dockerfile`。我已将相关文件上传到我的gitee,并与官方代码合成,有需要的直接拉即可。 # 使用教程 ```bash git clone https://gitee.com/rubbishes/elastalert-dingtalk.git cd elastalert docker build -t elastalert:1 . # 在创建timezone文件前最好先看一下,虽然没什么问题,不过看一下比较稳 echo "Asia/Shanghai" > /etc/timezone docker run -itd --name elastalert -v `pwd`/:/home/elastalert/ -v /etc/localtime:/etc/localtime -v /etc/timezone:/etc/timezone elastalert:1 ``` # 代码来源 [dingtalk插件](https://github.com/xuyaoqiang/elastalert-dingtalk-plugin) [elastalert官方地址](https://github.com/Yelp/elastalert) [elastalert官方地址](https://elastalert.readthedocs.io/en/latest/index.html)