Add documentation for index.routing.allocation.*._name and index.routing.allocation.*._id options

This commit is contained in:
Igor Motov 2014-01-14 16:20:46 -05:00
parent fb3ea1feb0
commit ba7699a38b
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ The `include`, `exclude` and `require` values can have generic simple
matching wildcards, for example, `value1*`. A special attribute name
called `_ip` can be used to match on node ip values. In addition `_host`
attribute can be used to match on either the node's hostname or its ip
address.
address. Similarly `_name` and `_id` attributes can be used to match on
node name and node id accordingly.
Obviously a node can have several attributes associated with it, and
both the attribute name and value are controlled in the setting. For