Reapply "audit: enable some subset of auditing by default"

This reverts commit a5edbc7d612df237a1dd9d46fd5cecf251ccfd13.

Fixes: https://github.com/scylladb/scylladb/issues/26020
This commit is contained in:
Piotr Smaron
2025-11-26 09:08:55 +01:00
parent f7ffa395a8
commit d1a04b3913

View File

@@ -571,10 +571,10 @@ commitlog_total_space_in_mb: -1
# - "none": auditing is disabled (default)
# - "table": save audited events in audit.audit_log column family
# - "syslog": send audited events via syslog (depends on OS, but usually to /dev/log)
# audit: "none"
audit: "table"
#
# List of statement categories that should be audited.
# audit_categories: "DCL,DDL,AUTH"
audit_categories: "DCL,DDL,AUTH,ADMIN"
#
# List of tables that should be audited.
# audit_tables: "<keyspace_name>.<table_name>,<keyspace_name>.<table_name>"