Add WAF links and remove tip notation from guide (#22710)

This commit is contained in:
Sarah Chavis 2023-09-01 09:51:32 -07:00 committed by GitHub
parent 715f02ff0d
commit 133e9ac793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 11 deletions

View File

@ -62,13 +62,9 @@ telemetry {
}
```
<Tip>
Many metrics solutions charge by the metric. You can set `filter_default` to
false and use the `prefix_filter` parameter to include and exclude specific
values based on metric name to avoid paying for irrelevant information.
</Tip>
Many metrics solutions charge by the metric. You can set `filter_default` to
false and use the `prefix_filter` parameter to include and exclude specific
values based on metric name to avoid paying for irrelevant information.
For example, to limit your telemetry to the core token metrics plus the number
of leases set to expire:
@ -100,6 +96,9 @@ Popular reporting solutions compatible with Vault:
## Next steps
- Review the
[Key metrics for common health checks](/well-architected-framework/reliability/reliability-vault-monitoring-key-metrics)
guide to identify metrics you may want to start monitoring immediately.
- Review the full list of available
[telemetry parameters](/vault/docs/configuration/telemetry#telemetry-parameters).
- Review the [Monitor telemetry and audit device log data](/vault/tutorials/monitoring/monitor-telemetry-audit-splunk)

View File

@ -13,12 +13,20 @@ of different libraries and subsystems. These metrics are aggregated on a
metrics, like `vault.kv.secret.count`, report every 10 minutes or at an interval
configured with in the `telemetry` stanza.
Telemetry from Vault must be streamed and stored in metrics aggregation
software to monitor Vault and collect durable metrics.
@include 'telemetry/supported-aggregation-agents.mdx'
<Important>
Telemetry from Vault must be streamed and stored in metrics aggregation
software to monitor Vault and collect durable metrics.
</Important>
<Tip title="Start with key health metrics">
The [Well-Architected Framework](/well-architected-framework) documentation
includes a best practices guide on
[key Vault metrics for common health checks](/well-architected-framework/reliability/reliability-vault-monitoring-key-metrics).
We recommend reviewing the key metric recommendations to identify metrics you
may want to start monitoring immediately.
</Tip>
## Working with raw telemetry data