IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
MoveKibanaClusterConfiguration
editMoveKibanaClusterConfiguration
editThe configuration object for moving Kibana instances.
Properties
edit-
cluster_ids
(array[
string
, required)]
- Identifiers for the Kibana clusters.
-
plan_override
(TransientKibanaPlanConfiguration
) - Plan override to apply to the Kibana clusters being moved.
Example
edit{ "cluster_ids" : [ "string" ], "plan_override" : { "plan_configuration" : { "calm_wait_time" : 0, "cluster_reboot" : "string", "extended_maintenance" : true, "move_allocators" : [ { "allocator_down" : true, "from" : "string", "to" : [ "string" ] } ], "move_instances" : [ { "from" : "string", "instance_down" : true, "to" : [ "string" ] } ], "override_failsafe" : true, "preferred_allocators" : [ "string" ], "reallocate_instances" : true, "timeout" : 0 }, "strategy" : { "autodetect" : {}, "grow_and_shrink" : {}, "rolling" : { "allow_inline_resize" : true, "group_by" : "string", "shard_init_wait_time" : 0, "skip_synced_flush" : true }, "rolling_grow_and_shrink" : {} } } }