]
Darran Lofthouse commented on WFCORE-3787:
------------------------------------------
For any changes in this area it may be good to start some discussions with [~jamezp] and
the WildFly Elytron engineers. We have quite a bit of duplication around auditing as well
as overlap into the general area of logging so probably should be agreeing a high level
strategy.
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