Files
vault/website/content/partials/cli/audit/args/file/file_path.mdx
Sarah Chavis 927d1758e6 CLI content refresh - audit commands (#28642)
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
2024-10-11 16:29:15 -07:00

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'`