开发者社区 问答 正文

Kibana告警中,Condition执行Actions的条件时,支持哪些condition类型?

已解决

Kibana告警中,Condition执行Actions的条件时,支持哪些condition类型?

展开
收起
詹姆斯邦德00 2022-10-17 10:42:13 253 分享 版权
1 条回答
写回答
取消 提交回答
  • 推荐回答

    •always:条件总为true,始终执行Watcher Actions。

    •nerver:条件总为false,从不执行Watcher Actions。

    •compare:对Watcher有效负载中的值进行简单比较,以确定是否执行Watcher Actions。

    •array_compare:将Watcher有效负载中的值数组与给定值进行比较,以确定是否执行Watcher Actions。

    •script:使用脚本确定是否执行Watcher Actions。

    以上内容摘自《企业级云原生白皮书项目实战》电子书,点击https://developer.aliyun.com/ebook/download/7774可下载完整版

    2022-10-17 18:34:42
    赞同 展开评论