Skip to content

Commit 91a8cc8

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

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_user.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 user.name is not null and kibana.alert.risk_score > 21 and

0 commit comments

Comments
 (0)