Forum Discussion
James Quinn
Jun 12, 2018Copper Contributor
How to query azure load balancer logs
I have an Azure Load Balancer, I have gone into the Load Balancer resource, Diagnostics logs and ticked 'Send to Log Analytics' and set to my Azure Log Analytics OMS Workspace. But when I go into th...
Yash Goel
Jun 13, 2018Copper Contributor
you should run the query against heartbeat table in the OMS workspace
James Quinn
Jun 13, 2018Copper Contributor
Running the following does not return any results.
I do not want the heartbeat of the individual VM's, I want to know the Health Probe for the load balancer.
Heartbeat
| where Category == "LoadBalancerProbeHealthStatus"