Skip to content

Commit 0e31e6c

Browse files
Samirbousw0rk3r
andauthored
Update rules/cross-platform/multiple_alerts_from_different_modules_by_dstip.toml
Co-authored-by: Jonhnathan <[email protected]>
1 parent b84fc6c commit 0e31e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/cross-platform/multiple_alerts_from_different_modules_by_dstip.toml

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

2525
query = '''
26-
from .alerts-security.* metadata _id
26+
from .alerts-security.*
2727
2828
// any alerts excluding low severity, threat_match and machine_learning rules
2929
| where kibana.alert.rule.name is not null and destination.ip is not null and kibana.alert.risk_score > 21 and not kibana.alert.rule.type in ("threat_match", "machine_learning")

0 commit comments

Comments
 (0)