detect_alert_burst
Identify cascading failures by detecting bursts of alerts from the same data source across multiple devices within a short time window.
Instructions
Sliding-window detector for mass alert events: N alerts from the same DataSource across M+ devices within T seconds. Answers 'did a bunch of stuff break at once?' Used for detecting cascading failures like mass interface-down events during a site outage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Scope to a device name (substring match) | |
| group_id | No | Scope to a device group | |
| severity | No | Filter by severity | |
| hours_back | No | Lookback window in hours | |
| min_alerts | No | Minimum alerts in the window to qualify as burst | |
| min_devices | No | Minimum distinct devices in the window | |
| window_seconds | No | Sliding window size in seconds | |
| datasource_pattern | No | Substring match on dataSourceName (case-insensitive) |