Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Filebeat] Incorrect event.type in auditd module #20411

Closed
andrewkroh opened this issue Aug 3, 2020 · 1 comment · Fixed by #20652
Closed

[Filebeat] Incorrect event.type in auditd module #20411

andrewkroh opened this issue Aug 3, 2020 · 1 comment · Fixed by #20652
Assignees
Labels

Comments

@andrewkroh
Copy link
Member

The auditd module uses several event.type values that are not in ECS.

- set:
if: "ctx.auditd.log?.record_type == 'USER_AUTH'"
field: event.type
value: authentication
- set:
if: "ctx.auditd.log?.record_type == 'KERN_MODULE'"
field: event.type
value: driver
- set:
if: "ctx.auditd.log?.record_type == 'SOFTWARE_UPDATE'"
field: event.type
value: package
- set:
if: "ctx.auditd.log?.record_type == 'SYSTEM_BOOT' || ctx.auditd.log?.record_type == 'SYSTEM_SHUTDOWN'"
field: event.type
value: host
- set:
if: "ctx.auditd.log?.record_type == 'SYSCALL' && ctx.auditd.log?.syscall == 'execve'"
field: event.type
value: process

https://www.elastic.co/guide/en/ecs/current/ecs-allowed-values-event-type.html

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Aug 3, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/siem (Team:SIEM)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants