Audit 1.0

The Liberty Audit feature is used to report and track auditable events to ensure the integrity of your system. The Liberty Audit feature introduces an infrastructure which serves two purposes: - Confirming the effectiveness and integrity of the existing configuration - Identifying areas where improvement to the configuration may be needed The Liberty Audit feature has the ability to capture the following auditable events: - Basic authentication - Start and stop of the Audit service The Liberty Audit feature supports the Cloud Auditing Data Federation (CADF) event model. The CADF model describes a data model and associated schema definitions for an audit event. The feature provides a default implementation, the AuditFileHandler, which emits human-readable audit records to a file-based log. Each audit record is emitted in JSON format.

Enabling this feature

To enable the Audit 1.0 feature, add the following element declaration inside the featureManager element in your server.xml file:
<feature>audit-1.0</feature>

Supported Java™ Versions

  • JavaSE-1.6
  • JavaSE-1.7
  • JavaSE-1.8

Developing a feature that depends on this feature

If you are developing a feature that depends on the Audit 1.0 feature, include the following item in the Subsystem-Content header in the feature manifest file for your new feature:
com.ibm.websphere.appserver.audit-1.0; type="osgi.subsystem.feature"

Feature configuration elements

You can use the following elements in your server.xml file to configure the Audit 1.0 feature:


Icon that indicates the type of topic Reference topic



Timestamp icon Last updated: Saturday, 3 December 2016
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rwlp_feature_audit-1.0
File name: rwlp_feature_audit-1.0.html