我有一个 Azure 负载均衡器,我已进入负载均衡器资源、诊断日志并勾选“发送到 Log Analytics”并设置为我的 Azure Log Analytics OMS 工作区。
但是当我进入 Log Analytics 并运行时:
AzureDiagnostics
| where Category == "LoadBalancerProbeHealthStatus" and TimeGenerated > ago(3d)
| project ResourceGroup, Resource, TimeGenerated, port_d, totalDipCount_d, dipDownCount_d, healthPercentage_d
我没有得到任何结果,任何人都可以帮助我了解如何进行这项工作吗?