分配
编辑分配编辑
action: allocation description: "Apply shard allocation filtering rules to the specified indices" options: key: ... value: ... allocation_type: ... filters: - filtertype: ...
空值和注释行将导致选择默认值(如果有)。如果设置了某个设置,但未在给定操作中使用,则将被忽略。
此操作会更改所选索引的碎片路由分配。
有关更多信息,请参阅 https://elastic.ac.cn/guide/en/elasticsearch/reference/8.13/shard-allocation-filtering.html。
您可以选择将 wait_for_completion
设置为 True
,让 Curator 等待碎片路由完成,然后再继续。
action: allocation description: "Apply shard allocation filtering rules to the specified indices" options: key: ... value: ... allocation_type: ... wait_for_completion: True max_wait: 300 wait_interval: 10 filters: - filtertype: ...
此配置将最多等待 300 秒,以完成碎片路由和重新分配,然后放弃。max_wait
值为 -1
将无限期等待。Curator 将以 10
秒的间隔轮询完成情况,如 wait_interval
所定义。