Forum Discussion
Sebastian Maas
Jul 17, 2020Copper Contributor
Cannot query Azure load balancer diagnostic logs in log analytics
Good morning, I have setup diagnostic logs for my standard public load-balancer to go into log analytics: The log analytics workspace is setup to use resource-level and workspace permis...
- Jul 17, 2020
the reason might simply be the LB not having yet generated logs. Log are generated only if alerts are raised or health probe status change. See docs details below.
You can also run this query to see if your LB logs are landing in some other table:
search '*loadbalancername*' | distinct $table
hspinto
Microsoft
Jul 17, 2020
the reason might simply be the LB not having yet generated logs. Log are generated only if alerts are raised or health probe status change. See docs details below.
You can also run this query to see if your LB logs are landing in some other table:
search '*loadbalancername*' | distinct $table