From ba7699a38b1bdaaccef20fb28888dd5fe5861ace Mon Sep 17 00:00:00 2001 From: Igor Motov Date: Tue, 14 Jan 2014 16:20:46 -0500 Subject: [PATCH] Add documentation for index.routing.allocation.*._name and index.routing.allocation.*._id options --- docs/reference/modules/cluster.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/modules/cluster.asciidoc b/docs/reference/modules/cluster.asciidoc index f089e2dad90..9d0eefe3076 100644 --- a/docs/reference/modules/cluster.asciidoc +++ b/docs/reference/modules/cluster.asciidoc @@ -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