Configuration Reference Home
OpenDJ - Access Log Publisher

Access Log Publisher

Note: this is an abstract component, that cannot be instantiated.

Access Log Publishers are responsible for distributing access log messages from the access logger to a destination.

Access log messages provide information about the types of operations processed by the server.

Direct Subcomponents

The following Access Log Publishers are available in the server :

These Access Log Publishers inherit from the properties described below.

Parent Component

The Access Log Publisher component inherits from the Log Publisher

Relations From this Component

The following components have a direct COMPOSITION relation FROM Access Log Publishers :

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled ↓ suppress-internal-operations
↓ filtering-policy ↓ suppress-synchronization-operations
↓ java-class

Basic Properties

enabled

Description
Indicates whether the Log Publisher is enabled for use.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

filtering-policy

Description
Specifies how filtering criteria should be applied to log records.
Default Value
no-filtering
Allowed Values
exclusive - Records must not match any of the filtering criteria in order to be logged.

inclusive - Records must match at least one of the filtering criteria in order to be logged.

no-filtering - No filtering will be performed, and all records will be logged.


Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

java-class

Description
The fully-qualified name of the Java class that provides the Access Log Publisher implementation.
Default Value
org.opends.server.loggers.AccessLogPublisher
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.loggers.LogPublisher
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No


Advanced Properties

suppress-internal-operations

Description
Indicates whether internal operations (for example, operations that are initiated by plugins) should be logged along with the operations that are requested by users.
Default Value
true
Allowed Values
true
false
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
Yes
Read-only
No

suppress-synchronization-operations

Description
Indicates whether access messages that are generated by synchronization operations should be suppressed.
Default Value
false
Allowed Values
true
false
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
Yes
Read-only
No