21 lines
770 B
JSON
21 lines
770 B
JSON
{
|
|
"title": "CRITICAL: unrecognized critical-severity syslog",
|
|
"description": "Any network equipment or server sent a message with syslog severity Emergency/Alert/Critical that no specific pipeline rule recognizes",
|
|
"priority": 2,
|
|
"alert": true,
|
|
"config": {
|
|
"type": "aggregation-v1",
|
|
"query": "event_type:generic_critical_syslog",
|
|
"streams": ["__NETWORK_STREAM_ID__", "__SERVERS_STREAM_ID__"],
|
|
"group_by": [],
|
|
"series": [],
|
|
"conditions": {"expression": null},
|
|
"search_within_ms": 60000,
|
|
"execute_every_ms": 60000,
|
|
"event_limit": 100
|
|
},
|
|
"field_spec": {},
|
|
"key_spec": [],
|
|
"notification_settings": {"grace_period_ms": 300000, "backlog_size": 5},
|
|
"notifications": [{"notification_id": "__DISCORD_NOTIFICATION_ID__"}]
|
|
}
|