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: