File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
v1.16.x/content/docs/configuration
v1.18.x/content/docs/configuration
v1.19.x/content/docs/configuration
v1.20.x/content/docs/configuration Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -263,6 +263,9 @@ can have a negative effect on performance due to the tracking of each lock attem
263263- ` request_limiter ` ` ([Request Limiter][request-limiter]: <none>) ` – Allows
264264operators to enable Vault's Request Limiter functionality.
265265
266+ - ` allow_audit_log_prefixing ` ` (bool: false) ` - Enable to allow prefixes on audit log entries for
267+ [ file sinks] ( /vault/docs/audit/file ) .
268+
266269### High availability parameters
267270
268271The following parameters are used on backends that support [ high availability] [ high-availability ] .
Original file line number Diff line number Diff line change @@ -272,6 +272,9 @@ can have a negative effect on performance due to the tracking of each lock attem
272272 [ os.TempDir()] ( https://pkg.go.dev/os#TempDir ) (usually ` /tmp ` on Unix systems). This can be updated on a running Vault process
273273 with a SIGHUP signal.
274274
275+ - ` allow_audit_log_prefixing ` ` (bool: false) ` - Enable to allow prefixes on audit log entries for
276+ [ file sinks] ( /vault/docs/audit/file ) .
277+
275278### High availability parameters
276279
277280The following parameters are used on backends that support [ high availability] [ high-availability ] .
Original file line number Diff line number Diff line change @@ -277,6 +277,9 @@ can have a negative effect on performance due to the tracking of each lock attem
277277 [ os.TempDir()] ( https://pkg.go.dev/os#TempDir ) (usually ` /tmp ` on Unix systems). This can be updated on a running Vault process
278278 with a SIGHUP signal.
279279
280+ - ` allow_audit_log_prefixing ` ` (bool: false) ` - Enable to allow prefixes on audit log entries for
281+ [ file sinks] ( /vault/docs/audit/file ) .
282+
280283### High availability parameters
281284
282285The following parameters are used on backends that support [ high availability] [ high-availability ] .
Original file line number Diff line number Diff line change @@ -280,6 +280,9 @@ can have a negative effect on performance due to the tracking of each lock attem
280280 [ os.TempDir()] ( https://pkg.go.dev/os#TempDir ) (usually ` /tmp ` on Unix systems). This can be updated on a running Vault process
281281 with a SIGHUP signal.
282282
283+ - ` allow_audit_log_prefixing ` ` (bool: false) ` - Enable to allow prefixes on audit log entries for
284+ [ file sinks] ( /vault/docs/audit/file ) .
285+
283286### High availability parameters
284287
285288The following parameters are used on backends that support [ high availability] [ high-availability ] .
You can’t perform that action at this time.
0 commit comments