publish access messages to CSV files.
A key store file and PIN must be specified when this
is enabled and it is configured to perform tamper
evident logging.
ds-cfg-csv-file-access-log-publisher
ds-cfg-access-log-publisher
org.opends.server.loggers.CsvFileAccessLogPublisher
The directory to use for the log files generated by the
.
The path to the directory is relative to the server root.
logs
.*
DIRECTORY
A path to an existing directory that is readable and writable by the server.
ds-cfg-log-directory
Indicates whether the
will publish records asynchronously.
true
ds-cfg-asynchronous
Specifies whether to flush the writer after every log record.
If the asynchronous writes option is used, the writer is
flushed after all the log records in the queue are written.
true
ds-cfg-auto-flush
The rotation policy to use for the
.
When multiple policies are used, rotation will occur if any
policy's conditions are met.
No rotation policy is used and log rotation will not occur.
ds-cfg-rotation-policy
The retention policy to use for the
.
When multiple policies are used, log files are cleaned when
any of the policy's conditions are met.
No retention policy is used and log files are never cleaned.
ds-cfg-retention-policy
Specifies whether control OIDs will be included in operation log records.
false
ds-cfg-log-control-oids
Specifies whether the log should be signed in order to detect tampering.
Every log record will be signed, making it possible to verify that the log has not been tampered with.
This feature has a significative impact on performance of the server.
false
ds-cfg-tamper-evident
Specifies the interval at which to sign the log file when the tamper-evident option
is enabled.
3s
ds-cfg-signature-time-interval
Specifies the path to the file that contains the private key
information. This may be an absolute path, or a path that is
relative to the instance root.
Changes to this property will take effect the next
time that the key store is accessed.
.*
FILE
A path to an existing file that is readable by the server.
ds-cfg-key-store-file
The character to append and prepend to a CSV field when writing in CSV format.
\"
.*
QUOTE CHARACTER
The quote character to use when writting in CSV format.
ds-cfg-csv-quote-char
The delimiter character to use when writing in CSV format.
,
.*
DELIMITER CHARACTER
The delimiter character to use when writing in CSV format.
ds-cfg-csv-delimiter-char
The string that marks the end of a line.
Use the platform specific end of line character sequence.
.*
STRING
The string that marks the end of a line.
ds-cfg-csv-eol-symbols