Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/alerts/monitors/create-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ Triggers are evaluated by balancing the requirement of timely alert notification
* For [static logs monitors](#static-detection-method), triggers are similar to "Alert when the result is greater than _ within Y Minutes". The triggers are evaluated periodically as below.
| When detection window (Y) is | Evaluate trigger every |
|:-----------------------------|:-----------------------|
| 30m or less | 1m |
| 30m to 3h | 2m |
| 3hr to 12h | 10m |
| Greater than 12h | 20m |
| 15m or less | 1m |
| 15m to 1h | 2m |
| 1h to 6h | 10m |
| Greater than 6h | 20m |
* For [anomaly logs monitors](#anomaly-detection-method), triggers are evaluated every `timeslice` as specified in the monitor query. For example, the below query is evaluated every 2 minutes.
```
_sourceCategory=Labs/Apache/Access
Expand Down
Loading