3.8.8. Management Interface Audit Log Fields

Table 3.8. Management Interface Audit Log Fields

Field Name Description
type This can have the values core, meaning it is a management operation, or jmx meaning it comes from the JMX subsystem (see the JMX subsystem for configuration of the JMX subsystem's audit logging).
r/o true if the operation does not change the management model, false otherwise.
booting true if the operation was executed during the bootup process, false if it was executed once the server is up and running.
version Version number of the JBoss EAP instance.
user Username of the authenticated user. If the operation has been logged via the CLI on the same computer as the running server, the special $local user is used.
domainUUID An identifier to link together all operations as they are propagated from the doman controller to its servers, slave host controllers, and slave host controller servers.
access This can have one of the following values: NATIVE, HTTP, JMX. NATIVE - The operation came in through the native management interface, for example the CLI. HTTP - The operation came in through the domain HTTP interface, for example the admin console. JMX - The operation came in through the JMX subsystem. See JMX for how to configure audit logging for JMX.
remote-address The address of the client executing this operation.
success true if the operation succeeded, false if it was rolled back.
ops The operations being executed. This is a list of the operations serialized to JSON. At boot this will be all the operations resulting from parsing the XML. Once booted the list will typically contain a single entry.