集群路由编辑

action: cluster_routing
description: "Apply routing rules to the entire cluster"
options:
  routing_type:
  value: ...
  setting: enable

空值和注释行将导致选择默认值(如果有)。如果设置了某个设置,但未被给定操作使用,则会忽略该设置。

此操作会更改所选索引的碎片路由分配。

有关更多信息,请参阅 https://elastic.ac.cn/guide/en/elasticsearch/reference/8.13/shards-allocation.html

您可以选择将 wait_for_completion 设置为 True,让 Curator 等待碎片路由完成,然后再继续。

action: cluster_routing
description: "Apply routing rules to the entire cluster"
options:
  routing_type:
  value: ...
  setting: enable
  wait_for_completion: True
  max_wait: 300
  wait_interval: 10

此配置将最多等待 300 秒,直到碎片路由和重新分配完成,然后放弃。 max_wait 值为 -1 将无限期等待。Curator 将以 10 秒的间隔轮询完成情况,如 wait_interval 所定义。

必需设置编辑