Browse Source

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

Igor Motov 11 years ago
parent
commit
ba7699a38b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/reference/modules/cluster.asciidoc

+ 2 - 1
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