集群路由

编辑
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.15/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 定义)轮询完成情况。

必需设置

编辑