mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Add links to the filtering concept page and the audit API page to the audit filtering doc (#29382)
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
parent
05bf6592b1
commit
07854e7be6
1 changed files with 17 additions and 0 deletions
|
|
@ -168,3 +168,20 @@ The `/var/kv-audit.log` now includes four entries in total:
|
|||
|
||||
The fallback device captured entries for the other commands. And the
|
||||
original audit file, `vault-audit.log`, continues to capture all audit events.
|
||||
|
||||
|
||||
<Tabs>
|
||||
|
||||
<Tab heading="Related concepts">
|
||||
|
||||
- [Filtering](/vault/docs/concepts/filtering)
|
||||
|
||||
</Tab>
|
||||
|
||||
<Tab heading="Related API docs">
|
||||
|
||||
- [Audit API](/vault/api-docs/system/audit#common-configuration-options)
|
||||
|
||||
</Tab>
|
||||
|
||||
</Tabs>
|
||||
|
|
|
|||
Loading…
Reference in a new issue