Skip to content

Commit d4f8c5b

Browse files
committed
Update multiple_alerts_email_elastic_defend_correlation.toml
1 parent 8f4377e commit d4f8c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/cross-platform/multiple_alerts_email_elastic_defend_correlation.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ timestamp_override = "event.ingested"
3131
type = "esql"
3232

3333
query = '''
34-
from logs-endpoint.alerts-*, logs-checkpoint_email.event-default-* metadata _id
34+
from logs-endpoint.alerts-*, logs-checkpoint_email.event-* metadata _id
3535
// Email or Elastic Defend alerts where user name is populated
3636
| where
3737
(event.category == "email" and event.kind == "alert" and destination.user.name is not null) or

0 commit comments

Comments
 (0)