编辑

使用 分配操作 时,此设置是必需的。

action: allocation
description: "Apply shard allocation filtering rules to the specified indices"
options:
  key: ...
  value: ...
  allocation_type: ...
filters:
- filtertype: ...

此设置的值应与集群中一个或多个节点上的节点设置相对应。

例如,您可能已在 elasticsearch.yml 文件中为一个或多个节点设置了

node.tag: myvalue

。在这种情况下,要匹配分配,请将键设置为 tag

还支持以下特殊属性

属性 描述

_name

按节点名称匹配节点

_host_ip

按主机 IP 地址(与主机名关联的 IP)匹配节点

_publish_ip

按发布 IP 地址匹配节点

_ip

匹配 _host_ip_publish_ip

_host

按主机名匹配节点

没有默认值。此设置必须由用户设置,否则将引发异常并停止执行。