Skip to content

Commit ba7699a

Browse files
committed
Add documentation for index.routing.allocation.*._name and index.routing.allocation.*._id options
1 parent fb3ea1f commit ba7699a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/modules/cluster.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ The `include`, `exclude` and `require` values can have generic simple
206206
matching wildcards, for example, `value1*`. A special attribute name
207207
called `_ip` can be used to match on node ip values. In addition `_host`
208208
attribute can be used to match on either the node's hostname or its ip
209-
address.
209+
address. Similarly `_name` and `_id` attributes can be used to match on
210+
node name and node id accordingly.
210211

211212
Obviously a node can have several attributes associated with it, and
212213
both the attribute name and value are controlled in the setting. For

0 commit comments

Comments
 (0)