CSV File Access Log Publisher

CSV File Access Log Publishers publish access messages to CSV files.

Parent

The CSV File Access Log Publisher object inherits from Access Log Publisher.

Dependencies

CSV File Access Log Publishers depend on the following objects:

Properties

Use the --advanced option to access advanced properties.

Basic Properties

csv-delimiter-char

SynopsisThe delimiter character to use when writing in CSV format.
Default Value,
Allowed ValuesThe delimiter character to use when writing in CSV format.
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

enabled

SynopsisIndicates whether the Log Publisher is enabled for use.
Default ValueNone
Allowed Valuestrue
false
Multi-valuedNo
RequiredYes
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

filtering-policy

SynopsisSpecifies how filtering criteria should be applied to log records.
Default Valueno-filtering
Allowed Values

exclusive: Records must not match any of the filtering criteria in order to be logged.

inclusive: Records must match at least one of the filtering criteria in order to be logged.

no-filtering: No filtering will be performed, and all records will be logged.

Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

key-store-file

SynopsisSpecifies 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 OpenDJ instance root.
DescriptionChanges to this property will take effect the next time that the key store is accessed.
Default ValueNone
Allowed ValuesA path to an existing file that is readable by the server.
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

key-store-pin-file

SynopsisSpecifies the path to the text file whose only contents should be a single line containing the clear-text PIN needed to access the CSV File Access Log Publisher .
Default ValueNone
Allowed ValuesA path to an existing file that is readable by the server.
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
Changes to this property will take effect the next time that the CSV File Access Log Publisher is accessed.
AdvancedNo
Read-OnlyNo

log-control-oids

SynopsisSpecifies whether control OIDs will be included in operation log records.
Default Valuefalse
Allowed Valuestrue
false
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

log-directory

SynopsisThe directory to use for the log files generated by the CSV File Access Log Publisher. The path to the directory is relative to the server root.
Default Valuelogs
Allowed ValuesA path to an existing directory that is readable and writable by the server.
Multi-valuedNo
RequiredYes
Admin Action RequiredThe object must be disabled and re-enabled for changes to take effect.
AdvancedNo
Read-OnlyNo

retention-policy

SynopsisThe retention policy to use for the CSV File Access Log Publisher .
DescriptionWhen multiple policies are used, log files are cleaned when any of the policy's conditions are met.
Default ValueNo retention policy is used and log files are never cleaned.
Allowed ValuesThe name of an existing Log Retention Policy.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

rotation-policy

SynopsisThe rotation policy to use for the CSV File Access Log Publisher .
DescriptionWhen multiple policies are used, rotation will occur if any policy's conditions are met.
Default ValueNo rotation policy is used and log rotation will not occur.
Allowed ValuesThe name of an existing Log Rotation Policy.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

tamper-evident

SynopsisSpecifies whether the log should be signed in order to detect tampering.
DescriptionEvery 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.
Default Valuefalse
Allowed Valuestrue
false
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

Advanced Properties

asynchronous

SynopsisIndicates whether the CSV File Access Log Publisher will publish records asynchronously.
Default Valuetrue
Allowed Valuestrue
false
Multi-valuedNo
RequiredYes
Admin Action RequiredNone
AdvancedYes
Read-OnlyNo

auto-flush

SynopsisSpecifies whether to flush the writer after every log record.
DescriptionIf the asynchronous writes option is used, the writer is flushed after all the log records in the queue are written.
Default Valuetrue
Allowed Valuestrue
false
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedYes
Read-OnlyNo

csv-eol-symbols

SynopsisThe string that marks the end of a line.
Default ValueUse the platform specific end of line character sequence.
Allowed ValuesThe string that marks the end of a line.
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedYes
Read-OnlyNo

csv-quote-char

SynopsisThe character to append and prepend to a CSV field when writing in CSV format.
Default Value"
Allowed ValuesThe quote character to use when writting in CSV format.
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedYes
Read-OnlyNo

java-class

SynopsisThe fully-qualified name of the Java class that provides the CSV File Access Log Publisher implementation.
Default Valueorg.opends.server.loggers.CsvFileAccessLogPublisher
Allowed ValuesA Java class that extends or implements:
org.opends.server.loggers.LogPublisher
Multi-valuedNo
RequiredYes
Admin Action RequiredNone
AdvancedYes
Read-OnlyNo

signature-time-interval

SynopsisSpecifies the interval at which to sign the log file when the tamper-evident option is enabled.
Default Value3s
Allowed ValuesA duration. Lower limit: 1 milliseconds.
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedYes
Read-OnlyNo

suppress-internal-operations

SynopsisIndicates whether internal operations (for example, operations that are initiated by plugins) should be logged along with the operations that are requested by users.
Default Valuetrue
Allowed Valuestrue
false
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedYes
Read-OnlyNo

suppress-synchronization-operations

SynopsisIndicates whether access messages that are generated by synchronization operations should be suppressed.
Default Valuefalse
Allowed Valuestrue
false
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedYes
Read-OnlyNo