You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,9 @@ With the bundled sample data, the default run currently produces:
47
47
48
48
-`41` normalized events
49
49
-`24` windows
50
-
-`12` alerts after applying a `60` second per-rule cooldown
50
+
-`12` alerts after applying a `60` second cooldown
51
51
52
-
The default config suppresses repeated alerts with the same `rule_name`until `60` seconds have elapsed since that rule's last emitted alert. Different rules can still alert on the same window.
52
+
The default config suppresses repeated alerts by cooldown key. The key is `rule_name`plus an entity scope when the rule input includes `entity`, `source`, `target`, or `host`; otherwise it falls back to `rule_name` alone. Different cooldown keys can still alert on the same window.
0 commit comments