You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 |
Closeselastic#11428
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
For auditd events that relate to authentication successes and failures we want to set
event.category
andevent.type
.This will be similar to:
The text was updated successfully, but these errors were encountered: