Using the Default Audit Module
The default
audit module logs authentication and authorization requests to the server log file. For information on changing the location of the log file, see "Configuring General Logging Settings".
Authentication log entries include the following information:
- Names of users who attempted to authenticate.
- The realm that processed the access request.
- The requested Web module URI or EJB component.
- Success or failure of the request.
Regardless of whether audit logging is enabled, the Application Server logs all denied authentication events.
Authorization log entries include the following information:
- Names of authenticated users, if any.
- The requested Web URI or EJB component.
- Success or failure of the requests.
Enabling and Disabling the Default Audit Module
In addition to enabling logging, set any properties required by the specific audit modules required. In the case of the default audit module, follow these steps.
- In the Admin Console tree component, expand the Configurations node.
- Expand the instance to configure:
- To configure a particular instance, expand the instance’s config node. For example, the default instance,
server
, expand the server-config
node.
- To configure the default settings for all instances, expand the
default-config
node.
- Expand the Security node.
- Expand the Audit Modules node.
- Click the
default
node.
- Set the value of the
auditOn
property to true
.
- Select Save to save the changes.
- Restart the Application Server if Restart Required displays in the console.
See also:
Legal Notices