↳ GitHub sourceAnalytics ruleMedium
UniFi Site Manager: WAN uptime below 99%
Description
Identifies when site WAN uptime falls below 99 percent, an SLA-grade availability problem. Combine with the ISP Downtime rule for root-cause attribution.
- Rule type
- Scheduled
- Version
- 1.0.1
- Declared status
- Available
- Query frequency
- 1h
- Query period
- 1h
- Trigger
- gt 0
Declared MITRE coverage
Declared sources
Metadata from the source file. No dependencies inferred from KQL.
Connectors
Data types
KQL query
Original query, unchanged.
Unifi_SiteManager_Sites_CL
| where TimeGenerated > ago(1h)
| extend wanUptime = WanUptimePct
| where isnotnull(wanUptime) and wanUptime < 99.0
| summarize arg_max(TimeGenerated, *) by SiteId, SiteName
| extend Activity = strcat('WAN uptime ', round(wanUptime, 2), '% (below 99% SLA threshold)')
| project TimeGenerated, SiteId, SiteName, Activity, WanUptimePct = round(wanUptime, 2)
Declared entities
Related content
Links established from declared identifiers and solution manifests.
Source provenance
GitHubDisplayed values come from files in Azure/Azure-Sentinel. They describe the published template, not your workspace configuration.
- Commit
9800e51↗- Source identifier
2bb29f25-833a-5544-4a8e-9bf6c4d8da56
GSTEP / CATALOG TRACKING
Added to catalog : 16 Sept 2026 · 05:49 UTC
Last change observed : 16 Sept 2026 · 05:49 UTC