Note: this is an abstract component, that cannot be instantiated.
HTTP Access Log Publishers are responsible for distributing HTTP access log messages from the HTTP access logger to a destination.
HTTP access log messages provide information about the types of HTTP requests processed by the server.
The following HTTP Access Log Publishers are available in the server :
These HTTP Access Log Publishers inherit from the properties described below.
The HTTP Access Log Publisher component inherits from the Log Publisher
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ enabled | None |
| ↓ java-class |
| 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 HTTP Access Log Publisher implementation. |
| Default Value | org.opends.server.loggers.HTTPAccessLogPublisher |
| 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 |