Administration Console Online Help

    Previous Next  Open TOC in new window 
Content starts here

Auditing Provider: Provider Specific

Configuration Options     Related Tasks     Related Topics

This page allows you to configure provider specific attributes for this Auditing provider.

All auditing information recorded by the WebLogic Auditing provider is saved in WL_HOME/yourdomain/yourserver/logs/DefaultAuditRecorder.log by default. Although an Auditing provider is configured per security realm, each server writes auditing data to its own log file in the server directory. You can specify a new directory location for the DefaultAuditRecorder.log file on the command line with the following Java startup option: -Dweblogic.security.audit.auditLogDir=c:\foo The new file location will be c:\foo\yourserver\logs\DefaultAuditRecorder.log.

Configuration Options

Name Description
Severity

No description provided.

MBean Attribute:
DefaultAuditorMBean.Severity

Active Context Handler Entries

Select the ContextHandler entries you want this Audit provider to handle and move them from Available to Chosen with the arrow buttons.

An Audit Event includes a ContextHandler that can hold a variety of information or objects. By default, none of the entries in the ContextHandler are audited. Objects in the ContextHandler are in most cases logged using the toString method. For a list of ContextHandler entries supported by the Audit provider, see Configuring Security Providers: Configuring the WebLogic Auditing Provider: Configuration Auditing in Securing WebLogic Server.

MBean Attribute:
DefaultAuditorMBean.ActiveContextHandlerEntries

Changes take effect after you redeploy the module or restart the server.

Rotation Minutes

No description provided.

MBean Attribute:
DefaultAuditorMBean.RotationMinutes

Minimum value: 1

Changes take effect after you redeploy the module or restart the server.

Information Audit Severity Enabled

No description provided.

MBean Attribute:
DefaultAuditorMBean.InformationAuditSeverityEnabled

Warning Audit Severity Enabled

No description provided.

MBean Attribute:
DefaultAuditorMBean.WarningAuditSeverityEnabled

Error Audit Severity Enabled

No description provided.

MBean Attribute:
DefaultAuditorMBean.ErrorAuditSeverityEnabled

Failure Audit Severity Enabled

No description provided.

MBean Attribute:
DefaultAuditorMBean.FailureAuditSeverityEnabled

Success Audit Severity Enabled

No description provided.

MBean Attribute:
DefaultAuditorMBean.SuccessAuditSeverityEnabled

Begin Marker

No description provided.

MBean Attribute:
DefaultAuditorMBean.BeginMarker

Changes take effect after you redeploy the module or restart the server.

End Marker

No description provided.

MBean Attribute:
DefaultAuditorMBean.EndMarker

Changes take effect after you redeploy the module or restart the server.

Field Prefix

No description provided.

MBean Attribute:
DefaultAuditorMBean.FieldPrefix

Changes take effect after you redeploy the module or restart the server.

Field Suffix

No description provided.

MBean Attribute:
DefaultAuditorMBean.FieldSuffix

Changes take effect after you redeploy the module or restart the server.

Related Tasks

Related Topics


  Back to Top