Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

Auditing Provider: Provider Specific

Configuration Options     Related Tasks     Related Topics

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

Configuration Options

Name Description
Severity

The severity level at which auditing is initiated. Severity levels are ranked in this order:INFORMATIONWARNINGERRORSUCCESSFAILUREIf you select a given severity level, all events of that level or more will be audited. For example, if you set the severity to ERROR, then all FAILURE, SUCCESS, and ERROR events will be audited, but WARNING and INFORMATION events will not. You can instead set the severity to CUSTOM and then enable the specific severity level events you want to audit.

MBean Attribute:
DefaultAuditorMBean.Severity

Active Context Handler Entries

Select the ContextHandler entries you want this Audit provider to handle.

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

Specifies how many minutes to wait before creating a new DefaultAuditRecorder.log file. At the specified time, the audit file is closed and a new one is created.

MBean Attribute:
DefaultAuditorMBean.RotationMinutes

Minimum value: 1

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

Information Audit Severity Enabled

Determines whether or not the audit records generated with INFORMATION severity should be audited. This flag is considered only if the Severity value is set to Custom.

MBean Attribute:
DefaultAuditorMBean.InformationAuditSeverityEnabled

Warning Audit Severity Enabled

Determines whether or not the audit records generated with WARNING severity should be audited. This flag is considered only if the Severity value is set to Custom.

MBean Attribute:
DefaultAuditorMBean.WarningAuditSeverityEnabled

Error Audit Severity Enabled

Determines whether or not the audit records generated with ERROR severity should be audited. This flag is considered only if the Severity value is set to Custom.

MBean Attribute:
DefaultAuditorMBean.ErrorAuditSeverityEnabled

Failure Audit Severity Enabled

Determines whether or not the audit records generated with FAILURE severity should be audited. This flag is considered only if the Severity value is set to Custom.

MBean Attribute:
DefaultAuditorMBean.FailureAuditSeverityEnabled

Success Audit Severity Enabled

Determines whether or not the audit records generated with SUCCESS severity should be audited. This flag is considered only if the Severity value is set to Custom.

MBean Attribute:
DefaultAuditorMBean.SuccessAuditSeverityEnabled

Begin Marker

The marker that indicates the beginning of the audit record.

MBean Attribute:
DefaultAuditorMBean.BeginMarker

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

End Marker

The marker that indicates the end of the audit record.

MBean Attribute:
DefaultAuditorMBean.EndMarker

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

Field Prefix

The prefix character that indicates the beginning of a field in the audit record.

MBean Attribute:
DefaultAuditorMBean.FieldPrefix

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

Field Suffix

The suffix character that indicates the end of a field in the audit record

MBean Attribute:
DefaultAuditorMBean.FieldSuffix

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

Related Tasks

Related Topics

 

Skip navigation bar   Back to Top