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
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
cluster_id | text | Identity of Vault Cluster | |
cluster_name | text | Name of Vault Cluster | |
initialized | boolean | Is Initialized | |
last_wal | bigint | Value of last WAL | |
performance_standby | boolean | Is Performance Standby | |
replication_dr_mode | text | Replication Disaster Recovery Mode | |
replication_performance_mode | text | Replication Performance Mode | |
sealed | boolean | Is sealed | |
server_time_utc | timestamp with time zone | Server Time in UTC | |
standby | boolean | Is in standby | |
version | text | Hashicorp Vault Version |