Skip to content

Commit db97200

Browse files
committed
default to false
1 parent e506488 commit db97200

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

modules/console/pages/config/configure-console.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
server:
9898
listenPort: 8080
9999
auditLog:
100-
enabled: true
100+
enabled: false # default; set true to show the audit log UI
101101
# Add any other Redpanda Console configuration here
102102
----
103103
+
@@ -124,7 +124,7 @@ console:
124124
server:
125125
listenPort: 8080
126126
auditLog:
127-
enabled: true
127+
enabled: false # default; set true to show the audit log UI
128128
# Add any other Redpanda Console configuration here
129129
----
130130
+
@@ -192,7 +192,7 @@ console:
192192
kafka:
193193
brokers: ["redpanda-0:9092","redpanda-1:9092","redpanda-2:9092"]
194194
auditlog:
195-
enabled: true
195+
enabled: false # default; set true to show the audit log UI
196196
----
197197

198198
[[config-yaml]]

modules/manage/partials/audit-logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ With audit logging enabled, there should be no noticeable changes in performance
1616
ifndef::env-cloud[]
1717
NOTE: Audit logging is configured at the cluster level. Redpanda supports excluding specific topics or principals from auditing to help reduce noise in the log. Audit logging is disabled by default.
1818

19-
To view audit events in Redpanda Console, enable the audit logging with `auditLog.enabled`. See xref:console:config/configure-console.adoc[].
19+
To view audit events in Redpanda Console, set `console.auditLog.enabled: true` in the Console configuration. See xref:console:config/configure-console.adoc[].
2020

2121
endif::[]
2222

modules/shared/attachments/redpanda-console-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ console:
272272
# privateKeyFilepath: /path/to/private/key
273273
# passphrase: <optional_passphrase>
274274
auditLog:
275-
enabled: true
275+
enabled: false # default; set true to show the audit log UI
276276

277277
#----------------------------------------------------------------------------
278278
# Server settings

0 commit comments

Comments
 (0)