web-app/src/assets/doc/alert-integration/alibabacloud-sls.en-US.md
Send Alibaba Cloud Simple Log Service(SLS) alerts to the HertzBeat alert platform via Webhook.
{
"aliuid": {{ alert.aliuid | quote }},
"alert_instance_id": {{ alert.alert_instance_id | quote }},
"alert_id": {{ alert.alert_id | quote }},
"alert_name": {{ alert.alert_name | quote }},
"region": {{ alert.region | quote }},
"project": {{ alert.project | quote }},
"alert_time": {{ alert.alert_time }},
"fire_time": {{ alert.fire_time }},
"resolve_time": {{ alert.resolve_time }},
"status": {{ alert.status | quote }},
"results": {{ alert.results | to_json }},
"fire_results": {{ alert.fire_results | to_json }},
"fire_results_count": {{ alert.fire_results_count }},
"labels": {{ alert.labels | to_json }},
"annotations": {{ alert.annotations | to_json }},
"severity": {{ alert.severity }},
"fingerprint": {{ alert.fingerprint | quote }}
}
The log service provides a no-login feature, allowing you to view alarm details and manage alarm rules and alarm incidents without logging into the console after receiving an alarm notification.
"signin_url": {{ alert.signin_url }}