mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-18 07:51:52 +01:00
Add WAF links and remove tip notation from guide (#22710)
This commit is contained in:
parent
715f02ff0d
commit
133e9ac793
@ -62,14 +62,10 @@ telemetry {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
<Tip>
|
|
||||||
|
|
||||||
Many metrics solutions charge by the metric. You can set `filter_default` to
|
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
|
false and use the `prefix_filter` parameter to include and exclude specific
|
||||||
values based on metric name to avoid paying for irrelevant information.
|
values based on metric name to avoid paying for irrelevant information.
|
||||||
|
|
||||||
</Tip>
|
|
||||||
|
|
||||||
For example, to limit your telemetry to the core token metrics plus the number
|
For example, to limit your telemetry to the core token metrics plus the number
|
||||||
of leases set to expire:
|
of leases set to expire:
|
||||||
|
|
||||||
@ -100,6 +96,9 @@ Popular reporting solutions compatible with Vault:
|
|||||||
|
|
||||||
## Next steps
|
## 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
|
- Review the full list of available
|
||||||
[telemetry parameters](/vault/docs/configuration/telemetry#telemetry-parameters).
|
[telemetry parameters](/vault/docs/configuration/telemetry#telemetry-parameters).
|
||||||
- Review the [Monitor telemetry and audit device log data](/vault/tutorials/monitoring/monitor-telemetry-audit-splunk)
|
- Review the [Monitor telemetry and audit device log data](/vault/tutorials/monitoring/monitor-telemetry-audit-splunk)
|
||||||
|
|||||||
@ -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
|
metrics, like `vault.kv.secret.count`, report every 10 minutes or at an interval
|
||||||
configured with in the `telemetry` stanza.
|
configured with in the `telemetry` stanza.
|
||||||
|
|
||||||
@include 'telemetry/supported-aggregation-agents.mdx'
|
|
||||||
|
|
||||||
<Important>
|
|
||||||
Telemetry from Vault must be streamed and stored in metrics aggregation
|
Telemetry from Vault must be streamed and stored in metrics aggregation
|
||||||
software to monitor Vault and collect durable metrics.
|
software to monitor Vault and collect durable metrics.
|
||||||
</Important>
|
|
||||||
|
@include 'telemetry/supported-aggregation-agents.mdx'
|
||||||
|
|
||||||
|
<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
|
## Working with raw telemetry data
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user