steampipe plugin install theapsgroup/vault

Table: vault_sys_health

Allows for displaying system health information.

Note: This should only every return a single row of data, this is expected.

Examples

Get system health

select
*
from
vault_sys_health

Schema for vault_sys_health

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
cluster_idtextIdentity of Vault Cluster
cluster_nametextName of Vault Cluster
initializedbooleanIs Initialized
last_walbigintValue of last WAL
performance_standbybooleanIs Performance Standby
replication_dr_modetextReplication Disaster Recovery Mode
replication_performance_modetextReplication Performance Mode
sealedbooleanIs sealed
server_time_utctimestamp with time zoneServer Time in UTC
standbybooleanIs in standby
versiontextHashicorp Vault Version