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].