Forum Discussion

TardigradeX's avatar
TardigradeX
Copper Contributor
Aug 05, 2019

Application Gateway Logs not shown in Azure Log Analytics

Hello,

 

I have an Application Gateway, with WAF enabled and set to detection mode:

I want to show and query "ApplicationGatewayAccessLog", "ApplicationGatewayPerformanceLog" and "ApplicationGatewayFirewallLog" using the Azure Log Analytics.

Therefor I enabled logging using the following configuration:

 

I can see that diagnostics is enabled for the Application Gateway:

 

 

But If I search with one of the following Queries:

 

 

 

AzureDiagnostics | limit 50   // Should show at least that there is a AzureDiagnostics table

AzureDiagnostics | where Category == "ApplicationGatewayFirewallLog" // Should show the firewall logs i want to see

 

 

I always get the same error message:

 

'take' operator: Failed to resolve table or column expression named 'AzureDiagnostics'

 

As if there is no data available.

 

Am I missing a configuration detail?

Do I need to search using another query?

 

Im thankful for any pointer in the right direction.

15 Replies

Resources