HTTP Access Log Publisher

This is an abstract object type 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.

HTTP Access Log Publishers

The following HTTP Access Log Publishers are available:

These HTTP Access Log Publishers inherit the properties described below.

Parent

The HTTP Access Log Publisher object inherits from Log Publisher.

Basic Properties

enabled

SynopsisIndicates 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

No

Read-Only

No

java-class

SynopsisThe 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 extends or implements:

  • org.opends.server.loggers.LogPublisher

Multi-valued

No

Required

Yes

Admin Action Required

None

Advanced

No

Read-Only

No

Read a different version of :