Skip to content

Commit b696836

Browse files
authored
Merge pull request #204247 from yanivlavi/patch-29
Updated the time to resolve behavior in stateful log alerts
2 parents 6f3b3e5 + a8404f5 commit b696836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/alerts/alerts-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ For stateful alerts, the alert is considered resolved when:
8181
|Alert type |The alert is resolved when |
8282
|---------|---------|
8383
|Metric alerts|The alert condition isn't met for three consecutive checks.|
84-
|Log alerts|The alert condition isn't met for 30 minutes for a specific evaluation period (to account for log ingestion delay), and <br>the alert condition isn't met for three consecutive checks.|
84+
|Log alerts| In log alerts, the alert is resolved at different rates based on the frequency of the alert:<ul> <li>**1 minute**: The alert condition isn't met for 10 minutes.</li> <li>**5-15 minutes**: The alert condition isn't met for three frequency periods.</li> <li>**15 minutes - 11 hours**: The alert condition isn't met for two frequency periods.</li> <li>**11 to 12 hours**: The alert condition isn't met for one frequency period.</li></ul>|
8585

8686
When the alert is considered resolved, the alert rule sends out a resolved notification using webhooks or email and the monitor state in the Azure portal is set to resolved.
8787

0 commit comments

Comments
 (0)