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

[Auditbeat] Set event.type/category for auditd authentication messages #11428

Closed
andrewkroh opened this issue Mar 25, 2019 · 0 comments
Closed

Comments

@andrewkroh
Copy link
Member

For auditd events that relate to authentication successes and failures we want to set event.category and event.type.

This will be similar to:

@adriansr adriansr self-assigned this Mar 25, 2019
adriansr added a commit to adriansr/beats that referenced this issue Apr 4, 2019
The auditd module is updated to set normalized values for event.category
and event.type. It also sets event.outcome from auditd.result.

Currently it sets the following values for audit messages of
USER_LOGIN and USER_AUTH type:

| event.category | event.outcome |        event.type      |
|----------------|---------------|------------------------|
| authentication | success       | authentication_success |
| authentication | failure       | authentication_failure |

Closes elastic#11428
adriansr added a commit that referenced this issue Apr 5, 2019
The auditd module is updated to set normalized values for event.category
and event.type. It also sets event.outcome from auditd.result.

Currently it sets the following values for audit messages of
USER_LOGIN and USER_AUTH type:

| event.category | event.outcome |        event.type      |
|----------------|---------------|------------------------|
| authentication | success       | authentication_success |
| authentication | failure       | authentication_failure |

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

No branches or pull requests

2 participants