IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

AllocatorHealthChecks

edit

The checks performed to determine if an allocator is healthy or not.

Properties

edit
has_instances (boolean, required)
Whether the allocator has allocated instances
is_connected_to_zk (boolean, required)
Whether the allocator is connected to zk or not
is_docker_healthy (boolean, required)
Check performed by the allocator to figure out if docker is healthy

Example

edit
{
   "has_instances" : true,
   "is_connected_to_zk" : true,
   "is_docker_healthy" : true
}