Skip to content

Commit ae377c3

Browse files
[Rule Tuning] Remove New Wiz Defend Rule (Add Wiz Defend to External Alerts) (#5422)
1 parent 58a5143 commit ae377c3

File tree

2 files changed

+2
-116
lines changed

2 files changed

+2
-116
lines changed

rules/promotions/external_alerts.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2020/07/08"
33
maturity = "production"
44
promotion = true
5-
updated_date = "2025/03/21"
5+
updated_date = "2025/12/08"
66

77
[rule]
88
author = ["Elastic"]
@@ -40,7 +40,7 @@ timestamp_override = "event.ingested"
4040
type = "query"
4141

4242
query = '''
43-
event.kind:alert and not event.module:(endgame or endpoint or cloud_defend)
43+
(event.kind:alert or data_stream.dataset:wiz.defend) and not event.module:(endgame or endpoint or cloud_defend)
4444
'''
4545
note = """## Triage and analysis
4646

rules/promotions/wiz_defend_alert_external_alerts.toml

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)