Forum Discussion
GouravIN
Aug 07, 2019Brass Contributor
Monitoring Through Log Aanlytics
Hi All, I want to monitor all below given resources through Log Analytics. Storage account Event Hubs Namespace Load balancers Network interface Public IP address Application Gateway A...
- Aug 08, 2019Be careful with Log Alerts if you're using Azure Diagnostics to collect log data from the different resources as you will run into an issue where the Azure Diagnostics schema will grow to 500 columns and new resource types will not be able to be ingested. Wherever it is available, use the resource specific diagnostics: https://docs.microsoft.com/en-us/azure/azure-monitor/platform/diagnostic-logs-stream-log-store#azure-diagnostics-vs-resource-specific
CliveWatson
Aug 08, 2019Former Employee
Here are examples to create Log Alerts
For Metric alerts
This article (I've not used it myself) talks about custom metrics (if you haven't found one or two you need and using ARM to build alerts
CLI
https://docs.microsoft.com/en-us/powershell/azure/release-notes-azureps?view=azps-1.8.0#azmonitor and https://docs.microsoft.com/en-us/powershell/module/az.monitor/add-azmetricalertrulev2?view=azps-1.8....
Thanks Clive
ScottAllison
Aug 08, 2019Iron Contributor
Be careful with Log Alerts if you're using Azure Diagnostics to collect log data from the different resources as you will run into an issue where the Azure Diagnostics schema will grow to 500 columns and new resource types will not be able to be ingested. Wherever it is available, use the resource specific diagnostics: https://docs.microsoft.com/en-us/azure/azure-monitor/platform/diagnostic-logs-stream-log-store#azure-diagnostics-vs-resource-specific