It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
AllocatorMoveRequest
editAllocatorMoveRequest
editRequests that any instances on the specified allocators be moved to (optionally specified) different allocators as part of the upgrade plan
Properties
edit-
allocator_down
(boolean
) - Tells the infrastructure that all instances on the allocator should be considered as permanently down when deciding how to migrate data to new nodes. If left blank then the system will auto-decide (currently: will treat the allocator as up)
-
from
(string
, required) - The allocator id off which all instances in the cluster should be moved
-
to
(array[
string
)]
- An optional list of allocator ids to which the instance(s) should be moved. If not specified then any available allocator can be used (including the current one if it is healthy)
Example
edit{ "allocator_down" : true, "from" : "string", "to" : [ "string" ] }