]
Darran Lofthouse commented on WFCORE-3787:
------------------------------------------
+1 To Brian's comment - [~jamezp] I know you raised some concerns about duplication as
well during the Elytron integration.
I feel we may need to assemble a small team to finish off the future of auditing.
I don't think this Jira is going to a suitable location for a long discussion but I
did have a discussion with Stuart a while back where he pointed out smaller subsystems
give better slimming opportunities than big subsystems so that is also something I am
going to explore this year with Elytron (With the related discussions). May even be able
to look at some form of audit subsystem.
JMX audit logging should support all the handlers supported by core
audit logging
---------------------------------------------------------------------------------
Key: WFCORE-3787
URL:
https://issues.jboss.org/browse/WFCORE-3787
Project: WildFly Core
Issue Type: Feature Request
Components: JMX
Affects Versions: 5.0.0.Alpha5
Reporter: Yeray Borges
Assignee: Yeray Borges
Users can enable audit logging for the management interfaces, which will log all
operations performed using the management console, management CLI, or custom application
that uses the Management API.
JMX subsystem can use the handlers defined for audit logging, but at this moment, only
{{file-handler}} and {{syslog-handler}} can be used in JMX subsystem.
This issue will extend the list of supported handlers for JMX subsystem to all handlers
supported by core audit logging.
The handlers supported by core audit logging are:
* file-handler
* in-memory-handler
* periodic-rotating-file-handler
* size-rotating-file-handler
* syslog-handler