Forum Discussion
madami
Feb 08, 2019Copper Contributor
azure custom log alert never triggered
Hi all, I'm trying to setup a new alert in Azure Log Analytics in order to detect the increase of the failed request percentage in Azure Log Analytics. This is my custom log search: let timeGra...
GouravIN
Feb 10, 2019Brass Contributor
Hi There,
Could you please check with this way,
- Number of results greater than 0
- Period (grain): over the last 30 minutes
- Frequency: every 5 mins
What this is doing here, It will run query after every 5 minute to check last 30 minutes data. So if you will use "- consecutive breaches greater than 1" then this means if there are no consecutive fails in last 30 minutes data then alert would be triggered.
Hope this helps, just my two cents on it :)