mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
First CLI command doc updates: * Rewrite CLI usage page * Rewrite token helper page * Move and rewrite CLI emulator doc * Rewrite `vault audit` command family docs
16 lines
517 B
Plaintext
16 lines
517 B
Plaintext
<a id="audit-file-file_path" />
|
|
|
|
**`file_path (string : <required>)`**
|
|
|
|
Location on the audit log on the Vault server. Must be one of the following:
|
|
|
|
Value | Description
|
|
------------------------- | -----------
|
|
Relative or absolute path | Write or append audit entries to the target file
|
|
`stdout` | Streams audit data to `stdout` on the Vault server
|
|
`discard` | Discards audit output instead of writing to a device
|
|
|
|
**Example**: `file_path='/logs/kv-audit.log'`
|
|
|
|
|