Skip to content

Commit 89c06d3

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

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_srcip.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 and the noisy ones
2929
| where kibana.alert.rule.name is not null and source.ip is not null and kibana.alert.risk_score > 21 and

0 commit comments

Comments
 (0)