Francisco Guerrero created CASSANDRA-19792:
----------------------------------------------
Summary: Allow configuring log format for Audit Logs
Key: CASSANDRA-19792
URL: https://issues.apache.org/jira/browse/CASSANDRA-19792
Project: Cassandra
Issue Type: Improvement
Reporter: Francisco Guerrero
Assignee: Francisco Guerrero
Enhance the configuration for audit loggers to take two new parameters. One is
for defining the key-value separator character, and the second is for the field
separator character.
The existing behavior will be preserved. However an operator can configure
parameters to customize the separators. For example:
{code:java}
audit_logging_options:
enabled: false
logger:
- class_name: FileAuditLogger
parameters:
- key_value_separator: "="
field_separator: " "
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]