Skip to content

Commit 5eeb702

Browse files
committed
Add documentation for index.routing.allocation.*._name and index.routing.allocation.*._id options
1 parent 10f472b commit 5eeb702

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
@@ -194,7 +194,8 @@ The `include`, `exclude` and `require` values can have generic simple
194194
matching wildcards, for example, `value1*`. A special attribute name
195195
called `_ip` can be used to match on node ip values. In addition `_host`
196196
attribute can be used to match on either the node's hostname or its ip
197-
address.
197+
address. Similarly `_name` and `_id` attributes can be used to match on
198+
node name and node id accordingly.
198199

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

0 commit comments

Comments
 (0)