Log Analytics Workspace Logs Automation

Copper Contributor

Hi,

 

I have a set of log query which I have saved

AzureDiagnostics
| where ResourceProvider == "MICROSOFT.NETWORK" and Category == "ApplicationGatewayFirewallLog"
| summarize count() by requestUri_s, clientIp_s, action_s, bin(TimeGenerated, 1m), details_message_s, ruleId_s
 
The question is, is the a way for me to auto generate this query every 24 hours and email it to me?
4 Replies

Hi @Fabian_Bong 

 

You can create a workbook or a dashboard.

 

Try Dashboard first (simple option) and later try the workbook.

 

@ibnmbodji  My current role is operator. Am I able to use the Logic Apps?