Azure/KqlKustoLogs/ AppGw

View logs for host

AzureDiagnostics
| where host_s == "help.co.nz"
| summarize AggregatedValue = count() by bin(TimeGenerated, 1h), tostring(httpStatus_d)
| render timechart

Azure/KqlKustoLogs/ApplicationGateway (last edited 2025-07-29 04:41:33 by PieterSmit)