elk 6.0配置elastalert

Posted 随风牧羊

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了elk 6.0配置elastalert相关的知识,希望对你有一定的参考价值。

官方git https://github.com/Yelp/elastalert

源码安装, 下载地址:git clone https://github.com/Lunatictwo/elastalert 

目前ElastAlert不支持Elasticsearch 6.x版本, 请不要使用官方的master版本

这位大神修改了源码,具体参考地址 https://github.com/Yelp/elastalert/pull/1426

修改

elastalert/elastalert.py

 

     def modify_rule_for_ES5(new_rule):
         # Get ES version per rule
         rule_es = elasticsearch_client(new_rule)
-        if rule_es.info()[‘version‘][‘number‘].startswith(‘5‘):
+        version = rule_es.info()[‘version‘][‘number‘][0:1]
+        if int(version) >= 5:
             new_rule[‘five‘] = True
         else:
             new_rule[‘five‘] = False

所以elk6.0也能使用elastalert了,这只是一个临时方案,后期master版本应该会支持!

以上是关于elk 6.0配置elastalert的主要内容,如果未能解决你的问题,请参考以下文章

ELK日志报警插件ElastAlert

基于ELK 7.50搭建elastalert 监控报警和权限控制

监控告警之elastalert部署及配置全解

elastalert docker安装

Zabbix监控Elastalert

elastalert-ELK-APM添加到ruby库