-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
SIMPLE format of Elytron Audit Logging does not contain the information about the principal when the authentication is not successful. JSON format contains such piece of information.
Compare JSON format
3/8/17 3:53 PM,WARNING,{"event":"SecurityAuthenticationFailedEvent","event-time":"3/8/17 3:53 PM","security-identity":{"name":"anonymous","creation-time":"3/8/17 3:53 PM"},"success":false,"principal":"user"}
to SIMPLE format
3/8/17 3:54 PM,WARNING,event=SecurityAuthenticationFailedEvent,event-time=3/8/17 3:54 PM,security-identity=[name=anonymous,creation-time=3/8/17 3:54 PM],success=false}
- clones
-
JBEAP-9416 Elytron Audit Logging does not log principal if simple file format is used
-
- Closed
-