Forum Discussion
Fabian_Bong
Jan 15, 2021Copper Contributor
Log Analytics Workspace Logs Automation
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
- ibnmbodjiIron ContributorHi you can use Azure Logic Apps like this :
https://thomasthornton.cloud/2019/08/30/creating-automated-reports-using-logic-apps-for-log-analytics-queries/- Fabian_BongCopper Contributor
ibnmbodji My current role is operator. Am I able to use the Logic Apps?
- atulramBrass Contributor
Hi Fabian_Bong
You can create a workbook or a dashboard.
Try Dashboard first (simple option) and later try the workbook.
- Fabian_BongCopper Contributor
Thanks!atulram