Skip to content

Commit c2aba9e

Browse files
committed
fix(filters): adjust auditd event severity handling in linux filter
1 parent f77ef28 commit c2aba9e

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

filters/linux/linux.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -467,13 +467,4 @@ pipeline:
467467
- cast:
468468
fields: [statusCode]
469469
to: int
470-
where: 'equals("log.type", "auditd") && exists("statusCode")'
471-
472-
# Set default severity for auditd events (info level)
473-
# Auditd logs don't have syslog priority, so default to info
474-
- add:
475-
function: string
476-
params:
477-
key: severity
478-
value: "info"
479-
where: 'equals("log.type", "auditd") && !exists("severity")'
470+
where: 'equals("log.type", "auditd") && exists("statusCode")'

0 commit comments

Comments
 (0)