我正在尝试对 Azure Log Analytics 工作区中的日志运行查询,但在任何时间内都看不到任何数据。知道为什么吗?
Alert
| where TimeGenerated > ago(1h)
| summarize count() by AlertSeverity, bin(TimeGenerated, 1d)
我正在尝试对 Azure Log Analytics 工作区中的日志运行查询,但在任何时间内都看不到任何数据。知道为什么吗?
Alert
| where TimeGenerated > ago(1h)
| summarize count() by AlertSeverity, bin(TimeGenerated, 1d)