= 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 }}}