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.
The following Access Log Publishers are available in the server :
These Access Log Publishers inherit from the properties described below.
The Access Log Publisher component inherits from the Log Publisher
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ enabled | ↓ log-control-details |
| ↓ java-class | ↓ log-controls |
| ↓ log-connection-details | ↓ log-qtime |
| ↓ operations-to-log |
| 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 |
| Description | The fully-qualified name of the Java class that provides the Access Log Publisher implementation. |
|---|---|
| Default Value | None |
| Allowed Values | A java class that implements or extends the class(es) : org.opends.server.api.AccessLogPublisher |
| Multi-valued | No |
| Required | Yes |
| Admin Action Required | None |
| Advanced Property | No |
| Read-only | No |
| Description | Indicates whether the connection details should be logged for the operation. |
|---|---|
| Default Value | false |
| Allowed Values | true false |
| Multi-valued | No |
| Required | No |
| Admin Action Required | None |
| Advanced Property | No |
| Read-only | No |
| Description | Indicates which operations has to be logged. |
|---|---|
| Default Value | administration
user
adminbrowsing
synchronization |
| Allowed Values | adminbrowsing - operations which are performed with the "Network group selection" control (no Network group dependency). administration - operations performed on the admin network group, excluding operation with "Network group selection" control. all - All of the above (if specified, any other value specified for the attribute is ignored). internal - internal operations (for example, operations that are initiated by plugins). synchronization - synchronization operations. user - operations performed on any user network group should be logged, excluding operation with "Network group selection" control. |
| Multi-valued | Yes |
| Required | No |
| Admin Action Required | None |
| Advanced Property | No |
| Read-only | No |
| Description | Indicates whether the request controls and response controls details should be logged along with the operations that are requested by the client applications. |
|---|---|
| Default Value | false |
| Allowed Values | true false |
| Multi-valued | No |
| Required | No |
| Admin Action Required | None |
| Advanced Property | Yes |
| Read-only | No |
| Description | Indicates whether the request controls and response controls should be logged along with the operations that are requested by the client applications. |
|---|---|
| Default Value | false |
| Allowed Values | true false |
| Multi-valued | No |
| Required | No |
| Admin Action Required | None |
| Advanced Property | Yes |
| Read-only | No |
| Description | Logs the time spent in preprocessing queue for an operation. |
|---|---|
| Default Value | false |
| Allowed Values | true false |
| Multi-valued | No |
| Required | No |
| Admin Action Required | None |
| Advanced Property | Yes |
| Read-only | No |