Categories: KQL, Log Analytics
S2S tunnel connect/disconnect events during the last 24 hours
Post date:
Author: admin
AzureDiagnostics
| where TimeGenerated > ago(24h)
| where Category == “TunnelDiagnosticLog” and (status_s == “Connected” or status_s == “Disconnected”)
| project TimeGenerated, Resource, status_s, remoteIP_s, stateChangeReason_s