Skip to content

Commit

Permalink
backport of commit e8a8fb0 (hashicorp#19853)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
  • Loading branch information
hc-github-team-secure-vault-core and Peter Wilson committed Mar 30, 2023
1 parent 37145a7 commit 4c2c88f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/content/api-docs/system/audit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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<string|string>: nil)` – Specifies configuration options to
pass to the audit device itself. This is dependent on the audit device type.
- `options` `(map<string|string>: 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: <required>)` – 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:
Expand Down

0 comments on commit 4c2c88f

Please sign in to comment.