热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

elastalert怎么两次aggregation

在elastalert的使用过程中,无法使用两次1query_key1query_key: [hostname, urlhost]当1type:frequency的时候是有效的(将所有的值按hosna

在elastalert的使用过程中,无法使用两次




1
query_key

1
query_key: [hostname, urlhost]

1
type:frequency

的时候是有效的(将所有的值按hosname和urlhost分组,组内满足条件时候启动alert)
但是




1
type: percentage

的时候就是无效的
下面是我的配置文件

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: status Percentage Match

type: percentage_match







index: logstash-*

description: "80% of all http requests should be successful"



buffer_time:

    seconds: 30

   

query_key: [hostname, urlhost]



match_bucket_filter:

 -  range:    

    status:

        from: 200

        to: 299





min_percentage: 80



alert:

    - "debug"



   



推荐阅读
author-avatar
agree_6398026768
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有