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