We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010aa59 commit 9a77790Copy full SHA for 9a77790
rules/promotions/external_alerts.toml
@@ -10,6 +10,7 @@ description = """
10
Generates a detection alert for each external alert written to the configured indices. Enabling this rule allows you to
11
immediately begin investigating external alerts in the app.
12
"""
13
+from = "now-2m"
14
index = [
15
"apm-*-transaction*",
16
"traces-apm*",
@@ -19,6 +20,7 @@ index = [
19
20
"packetbeat-*",
21
"winlogbeat-*",
22
]
23
+interval = "1m"
24
language = "kuery"
25
license = "Elastic License v2"
26
max_signals = 1000
0 commit comments