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"
- Yash GoelJun 14, 2018Copper Contributor
well James I dont see any such table with name azurediagnostics, can you just query the tables one by one and check which one contains the category you are looking for
- James QuinnJun 14, 2018Copper Contributor
Thats odd's because I can see azurediagnostics and it has that category, I have raised a case with Azure now to see if they can assist and will update this post as things progress.