Queries for the WorkloadDiagnosticLogs table

Workload Monitoring Insights data collection warnings or errors

Warning or error logs from data collection services of Workload Monitoring of Azure Monitor Insights.

WorkloadDiagnosticLogs
| where Status in ("Warning", "Error")
| sort by TimeGenerated desc
| take 100