File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 9797 listenPort: 8080
9898 auditLog:
9999 enabled: false # default; set to true to write audit logs to stdout
100+ additionalHeaders: # specifies HTTP headers to include in audit logs
100101 # Add any other Redpanda Console configuration here
101102----
102103+
@@ -124,6 +125,7 @@ console:
124125 listenPort: 8080
125126 auditLog:
126127 enabled: false # default; set to true to write audit logs to stdout
128+ additionalHeaders: # specifies HTTP headers to include in audit logs
127129 # Add any other Redpanda Console configuration here
128130----
129131+
@@ -157,6 +159,7 @@ config:
157159 listenPort: 8080
158160 auditLog:
159161 enabled: false # default; set to true to write audit logs to stdout
162+ additionalHeaders: # specifies HTTP headers to include in audit logs
160163 # Add any other Redpanda Console configuration here
161164----
162165
@@ -194,6 +197,7 @@ console:
194197 brokers: ["redpanda-0:9092","redpanda-1:9092","redpanda-2:9092"]
195198 auditLog:
196199 enabled: false # default; set to true to write audit logs to stdout
200+ additionalHeaders: # specifies HTTP headers to include in audit logs
197201----
198202
199203[[config-yaml]]
Original file line number Diff line number Diff line change @@ -273,6 +273,7 @@ console:
273273 # passphrase: <optional_passphrase>
274274 auditLog :
275275 enabled : false # default; set to true to write audit logs to stdout
276+ additionalHeaders : # specifies HTTP headers to include in audit logs
276277
277278# ----------------------------------------------------------------------------
278279# Server settings
You can’t perform that action at this time.
0 commit comments