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:
Kuba Wieczorek 2025-07-15 17:23:07 +01:00 committed by GitHub
parent 05bf6592b1
commit 07854e7be6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>