Skip to content

Commit d77de44

Browse files
adding Wiz Defend to External Alerts
1 parent c37eb63 commit d77de44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/promotions/external_alerts.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)