shrink_node
编辑shrink_node编辑
此设置仅供 缩减 操作使用。
action: shrink description: >- Shrink selected indices on the node with the most available space, excluding master nodes and the node named 'not_this_node' options: shrink_node: DETERMINISTIC node_filters: permit_masters: False exclude_nodes: ['not_this_node'] shrink_suffix: '-shrink' filters: - filtertype: ...
此设置是必需的。没有默认值。
此设置的值必须是 Elasticsearch 集群中节点的有效名称,或 DETERMINISTIC
。如果值为 DETERMINISTIC
,Curator 将自动选择可用空闲空间最多的数据节点作为目标节点。当值为 DETERMINISTIC
时,Curator 将对每个后续索引重复此过程。
如果定义了 node_filters,例如 exclude_nodes
,则这些节点将不被视为潜在的目标节点。