struct SearchIngest::Elastic::ClusterHealth
- SearchIngest::Elastic::ClusterHealth
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
search-ingest/elastic.crConstructors
Instance Method Summary
- #active_primary_shards : Int32
- #active_shards : Int32
- #active_shards_percent_as_number : Float32
- #cluster_name : String
- #delayed_unassigned_shards : Int32
- #initializing_shards : Int32
- #number_of_data_nodes : Int32
- #number_of_in_flight_fetch : Int32
- #number_of_nodes : Int32
- #number_of_pending_tasks : Int32
- #relocating_shards : Int32
- #status : Status
- #task_max_waiting_in_queue_millis : Int32
- #timed_out : Bool
- #unassigned_shards : Int32