struct SearchIngest::Elastic::ClusterHealth

Included Modules

Extended Modules

Defined in:

search-ingest/elastic.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def active_primary_shards : Int32 #

[View source]
def active_shards : Int32 #

[View source]
def active_shards_percent_as_number : Float32 #

[View source]
def cluster_name : String #

[View source]
def delayed_unassigned_shards : Int32 #

[View source]
def initializing_shards : Int32 #

[View source]
def number_of_data_nodes : Int32 #

[View source]
def number_of_in_flight_fetch : Int32 #

[View source]
def number_of_nodes : Int32 #

[View source]
def number_of_pending_tasks : Int32 #

[View source]
def relocating_shards : Int32 #

[View source]
def status : Status #

[View source]
def task_max_waiting_in_queue_millis : Int32 #

[View source]
def timed_out : Bool #

[View source]
def unassigned_shards : Int32 #

[View source]