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 d77de44 commit 8528d3cCopy full SHA for 8528d3c
rules/promotions/external_alerts.toml
@@ -2,7 +2,7 @@
2
creation_date = "2020/07/08"
3
maturity = "production"
4
promotion = true
5
-updated_date = "2025/03/21"
+updated_date = "2025/12/08"
6
7
[rule]
8
author = ["Elastic"]
@@ -40,7 +40,7 @@ timestamp_override = "event.ingested"
40
type = "query"
41
42
query = '''
43
-event.kind:alert or (data_stream.dataset: wiz.defend) and not event.module:(endgame or endpoint or cloud_defend)
+(event.kind:alert or data_stream.dataset:wiz.defend) and not event.module:(endgame or endpoint or cloud_defend)
44
'''
45
note = """## Triage and analysis
46
0 commit comments