阿里云 SLS 日志告警¶
日志服务(SLS)是云原生观测分析平台,为 Log/Metric/Trace 等数据提供大规模、低成本、实时平台化服务。一站式提供数据采集、加工、分析、告警可视化与投递功能,全面提升研发、运维、运营和安全等场景数字化能力。
阿里云 SLS 日志告警 集成 CA 步骤¶
-
创建应用-在睿象云界面创建阿里云 SLS 日志告警的应用,并获取 appkey
-
阿里云中新建内容模板:进入告警中心 -> 告警管理 –> 内容模板
模板内容为: { "aliuid":"${aliuid}", "alert_type":"${alert_type}", "region":"${region}", "project":"${project}", "alert_id":"${alert_id}", "alert_name":"${alert_name}", "status":"${status}", "severity":"${severity}", "annotations": ${annotations}, "alert_time":"${alert_time}", "fire_time":"${fire_time}", "resolve_time":"${resolve_time}", "policy.alert_policy_id":"${policy.alert_policy_id}", "policy.action_policy_id":"${policy.action_policy_id}" }
-
新建行动策略:进入告警中心-告警管理–>行动策略
• 渠道:若选择 webhook 自定义-填写 webhook 地址:
http://api.aiops.com/alert/api/event/aliyun_sls/{appKey}/
• 渠道:若选择 webhook 通用-需先创建 webhook 集成
填写 webhook 地址:
http://api.aiops.com/alert/api/event/aliyun_sls/{appKey}/
阿里云 SLS 日志告警与 CA 告警级别映射关系¶
睿象云 | 阿里云-sls-日志告警(Severity) |
---|---|
致命 | 10 |
严重 | 8 |
警告 | 6 |
提醒 | 4 |
通知 | 2 |
睿象云 | 阿里云-sls-日志告警 |
---|---|
事件ID (eventId) | alert_id |
以上就是阿里云 SLS 日志告警集成的方式。