Skip to content

Analytics Dashboard

Analytics

The Analytics dashboard provides a real-time overview of your Vault cluster's health and resource counts.

Accessing Analytics

Navigate to Admin → Analytics.

INFO

The Analytics page requires the vaultlens-admin policy (or root).

Cluster Health

MetricDescription
StatusInitialized / Uninitialized
SealedWhether Vault is sealed
StandbyWhether this node is in standby mode
VersionVault server version
Cluster NameVault cluster identifier
Storage BackendActive storage backend (raft, consul, etc.)

Resource Counts

CounterDescription
Secret EnginesNumber of mounted KV engines
Auth MethodsNumber of enabled auth methods
ACL PoliciesTotal policy count
EntitiesIdentity entity count
GroupsIdentity group count

Internal Counters

Vault's internal request counters (if enabled) show:

  • Total requests
  • Requests by auth method
  • Requests by namespace

Seal Status Details

Expanded seal information including:

  • Seal type (shamir, awskms, gcpckms, etc.)
  • Key shares and threshold (Shamir seal)
  • Sealed/unsealed state
  • Cluster leader address

Auto-Refresh

The analytics page refreshes data every 30 seconds automatically.

Released under the GPL-3.0 License.