夜莺-Nightingale
夜莺V7
项目介绍 功能概览
部署升级 部署升级
数据接入 数据接入
告警管理 告警管理
数据查看 数据查看
功能介绍 功能介绍
API FAQ
夜莺V6
项目介绍 架构介绍
快速开始 快速开始
黄埔营
安装部署 安装部署
升级
采集器 采集器
使用手册 使用手册
API API
数据库表结构 数据库表结构
FAQ FAQ
开源生态
Prometheus
版权声明
第1章:天降奇兵 第1章:天降奇兵
第2章:探索PromQL 第2章:探索PromQL
第3章:Prometheus告警处理 第3章:Prometheus告警处理
第4章:Exporter详解 第4章:Exporter详解
第5章:数据与可视化 第5章:数据与可视化
第6章:集群与高可用 第6章:集群与高可用
第7章:Prometheus服务发现 第7章:Prometheus服务发现
第8章:监控Kubernetes 第8章:监控Kubernetes
第9章:Prometheus Operator 第9章:Prometheus Operator
参考资料

In the alert rule —> Select log data source —> Configure query statement and extract value ValueKey —> Use simple mode to set the threshold for ValueKey within a specified time.

sls001

Configuration Scenario 1: Query the log count for status codes 404 and 405 in proxy logs. If the result is greater than 0 and not equal to 3, trigger an alert.

Query statement: status:404 OR status:405 | SELECT status AS status, count(*) AS count GROUP BY status. Here, the condition is based on the query result, so in the condition check, $A > 0 and $A != 3 are used.

sls002

Configuration Scenario 2: Configure different metrics for result comparison. Trigger an alert if status:404 is greater than 100 and status:405 is greater than 1.

To achieve combined judgment on different query values, you need to fill in two separate query analysis statements to extract values for comparison. The conditions use extracted values $A and $B for comparison.

Note: Similar to PromQL, if the data labels are inconsistent, the query analysis statements will be treated as two separate curves, and comparison operations cannot be performed.

sls003

快猫星云 联系方式 快猫星云 联系方式
快猫星云 联系方式
快猫星云 联系方式
快猫星云 联系方式
快猫星云
OpenSource
开源版
Flashcat
Flashcat