使用elastalert2对elk中的日志进行监控及报警
使用elastalert2对elk中的日志进行监控及报警
环境说明
软件 | 版本 |
---|---|
elasticsearch | 8.5 |
python | 3.6.8 |
elastalert2 | 2.9.0 |
软件部署
- es安装
安装文档 - elastalert2安装
官网地址
安装操作记录1
2
3
4
5
6
7
8
9
10
11
12配置虚拟环境
mkdir -p /data
cd /data/
git clone https://github.com/jertel/elastalert2.git
cd elastalert2
python3 -m venv elastalert2
source elastalert2/bin/active
安装
pip install elastalert2
pip install "setuptools>=11.3"
python setup.py install
config.yaml 配置
1 | cd examples |
1 | # 最简配置,其余配置按需添加 |
1 | mv config.yaml .. |
frequency.yaml 配置
1 | cd rules |
1 | # 使用的配置如下。实际使用时可以根据官方文档调整 |
启动监控
1 | 通过指定脚本启动监控 |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 符十三郎!