From c2e8f7608ede78adf96726100013a45831712e13 Mon Sep 17 00:00:00 2001 From: "Scott G. Miller" Date: Thu, 3 Jul 2025 15:52:13 -0500 Subject: [PATCH] docs --- website/content/docs/configuration/index.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/docs/configuration/index.mdx b/website/content/docs/configuration/index.mdx index cf243b6cf4..057c66c4d0 100644 --- a/website/content/docs/configuration/index.mdx +++ b/website/content/docs/configuration/index.mdx @@ -280,6 +280,9 @@ can have a negative effect on performance due to the tracking of each lock attem [os.TempDir()](https://pkg.go.dev/os#TempDir) (usually `/tmp` on Unix systems). This can be updated on a running Vault process with a SIGHUP signal. +- `allow_audit_log_prefixing` `(bool: "false")` - By default, prefixing is not allowed on file audit sinks. Setting this to + true allows this for newly configured audit sinks. + ### High availability parameters The following parameters are used on backends that support [high availability][high-availability].