Module: Eson::Shared::Health

Extended by:
API
Defined in:
lib/eson/shared/cluster/health.rb

Overview

Requests using this API have the following properties:

The request supports the following parameters: wait_for_status, level, wait_for_relocating_shards, wait_for_nodes, timeout The request can operate on multiple indices.

Instance Method Summary collapse

Methods included from API

multi_types, no_indices, source_param

Methods included from Chainable

#chainable, #extendable

Instance Method Details

#multi_indextrue

The request can operate on multiple indices.

Returns:

  • (true)


13
# File 'lib/eson/shared/cluster/health.rb', line 13

multi_index true

#parametersArray<String>

The request supports the following parameters: wait_for_status, level, wait_for_relocating_shards, wait_for_nodes, timeout

Returns:

  • (Array<String>)

    The parameters



16
17
18
19
20
# File 'lib/eson/shared/cluster/health.rb', line 16

parameters :wait_for_status,
:level,
:wait_for_relocating_shards,
:wait_for_nodes,
:timeout