mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 03:27:01 +02:00
* Tidy up of files * Add concepts page for filtering * Update 'Common configuration options' * Update table format (metrics) * Filtering metrics * audit specific filtering * Fix nav and naming of files * updates to audit filtering concept page * Tweaks * audit updates and glossary page addition for 'request' * update CLI docs (audit enable) * added metrics to 'all metrics' page * fallback example and link fix * improve links * updated based on feedback * some extra details on a request for glossary * format fix * use description on fallback device * test message properties * Sort out weird merge for events.mdx * Update website/content/docs/concepts/filtering/audit.mdx Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Update website/content/docs/concepts/filtering/audit.mdx Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Update website/content/docs/concepts/filtering/audit.mdx Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Update website/content/docs/concepts/filtering/audit.mdx Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Update website/content/docs/concepts/filtering/audit.mdx Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Intro paragraph about filtering/normal devices, and uppercase bullets * Fix casing on bullets and table layour * Uppercase bullets * Update website/content/docs/glossary.mdx Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> * Improvement? * PR feedback * Updated based on PR feedback * Include common options * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Remove extra space * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Split out metrics * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Remove extra word * Updated table formatting, remove close code block etc. * Update website/content/docs/concepts/filtering/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --------- Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com> Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
38 lines
967 B
Plaintext
38 lines
967 B
Plaintext
---
|
|
layout: docs
|
|
page_title: "Telemetry reference: Audit metrics"
|
|
description: >-
|
|
Technical reference for audit log telemetry values.
|
|
---
|
|
|
|
# Audit log telemetry
|
|
|
|
Audit log telemetry provides information on the health of your configured audit
|
|
devices.
|
|
|
|
## Default metrics
|
|
|
|
@include 'telemetry-metrics/vault/audit/log_request_failure.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/log_request.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/log_response_failure.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/log_response.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/sink_success.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/sink_failure.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/fallback_success.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/fallback_miss.mdx'
|
|
|
|
## Audit device metrics
|
|
|
|
@include 'telemetry-metrics/device-intro.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/device/log_request.mdx'
|
|
|
|
@include 'telemetry-metrics/vault/audit/device/log_response.mdx'
|