我正在尝试在我的应用程序网关上设置 Azure WAF (v2)(当前处于检测模式以首先处理误报情况),但是,我看到了以下警告:
To view your detection logs, you must have diagnostics enabled.
因此,我Diagnostic settings使用以下选项在那里创建了它:
日志:
ApplicationGatewayAccessLog- (检查)
ApplicationGatewayPerformanceLog- (检查)
ApplicationGatewayFirewallLog- (检查)
指标:
AllMetrics- (检查)
我也Send to Log Analytics检查过了。也Archive to a storage account启用了。
但我仍然看到上面提到的相同警告。知道我在这里可能缺少什么吗?
更新,我确实在日志中看到了以下查询的记录,但警告仍然存在:
AzureDiagnostics | where OperationName == "ApplicationGatewayFirewall"