Forum Discussion
Juval
Jun 30, 2020Brass Contributor
Easy way to exclude a resource from a Log analytics query alert?
If I have a query setup that checks high CPU from all VMs reporting to that log analytics workspace and i want to suppress one or two VMs for a while since i'm doing some operations to them. I know i...
- Jun 30, 2020Action Rules allow this using the payload option.
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/alerts-action-rules
pvyver
Jun 30, 2020Brass Contributor
Action Rules allow this using the payload option.
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/alerts-action-rules
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/alerts-action-rules
Juval
Jun 30, 2020Brass Contributor
pvyver
Hi, ok so instead of messing with the original alert and adding basically a exemption list i could do a value or a list in the payload filter and suppress it that way. I like this cause this way i can see if i forgot it on or if i just need it to be suppressed for half a day. Awesome! Thanks!