Skip to content

Commit 9a77790

Browse files
Review Comments
1 parent 010aa59 commit 9a77790

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rules/promotions/external_alerts.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description = """
1010
Generates a detection alert for each external alert written to the configured indices. Enabling this rule allows you to
1111
immediately begin investigating external alerts in the app.
1212
"""
13+
from = "now-2m"
1314
index = [
1415
"apm-*-transaction*",
1516
"traces-apm*",
@@ -19,6 +20,7 @@ index = [
1920
"packetbeat-*",
2021
"winlogbeat-*",
2122
]
23+
interval = "1m"
2224
language = "kuery"
2325
license = "Elastic License v2"
2426
max_signals = 1000

0 commit comments

Comments
 (0)