Configuration Reference Home
OpenDJ Server - External HTTP Access Log Publisher

External HTTP Access Log Publisher

External HTTP Access Log Publishers publish HTTP access messages to an external handler.

Parent Component

The External HTTP Access Log Publisher component inherits from the HTTP Access Log Publisher

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ config-file ↓ java-class
↓ enabled

Basic Properties

config-file

Description
The JSON configuration file that defines the External HTTP Access Log Publisher. The content of the JSON configuration file depends on the type of external audit event handler. The path to the file is relative to the server root.
Default Value
None
Allowed Values
A path to an existing file that is readable by the server.
Multi-valued
No
Required
Yes
Admin Action Required
The External HTTP Access Log Publisher must be disabled and re-enabled for changes to this setting to take effect
Advanced Property
No
Read-only
No

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


Advanced Properties

java-class

Description
The fully-qualified name of the Java class that provides the External HTTP Access Log Publisher implementation.
Default Value
org.opends.server.loggers.CommonAuditHTTPAccessLogPublisher
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
Yes
Read-only
No