From 4c2c88fefe858dc13e5de8191dae451b8aa56933 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Thu, 30 Mar 2023 12:08:15 -0400 Subject: [PATCH] backport of commit e8a8fb037f08f158e2ae295bb74378b81701851d (#19853) Co-authored-by: Peter Wilson --- website/content/api-docs/system/audit.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/content/api-docs/system/audit.mdx b/website/content/api-docs/system/audit.mdx index b4d1f60edeca..1e10e4d05e58 100644 --- a/website/content/api-docs/system/audit.mdx +++ b/website/content/api-docs/system/audit.mdx @@ -64,10 +64,11 @@ single word name or a more complex, nested path. - `description` `(string: "")` – Specifies a human-friendly description of the audit device. -- `options` `(map: nil)` – Specifies configuration options to - pass to the audit device itself. This is dependent on the audit device type. +- `options` `(map: nil)` – Specifies configuration options to pass to the audit device itself. + For more details, please see the relevant page for an audit device `type`, under [Audit Devices docs](/vault/docs/audit). - `type` `(string: )` – Specifies the type of the audit device. + Valid types are `file`, `socket` and `syslog`. Additionally, the following options are allowed in Vault open-source, but relevant functionality is only supported in Vault Enterprise: