Browse Source

updateing filtering.asciidoc to also use 'node.attr' namespace

Simon Willnauer 9 years ago
parent
commit
2514681f66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/index-modules/allocation/filtering.asciidoc

+ 1 - 1
docs/reference/index-modules/allocation/filtering.asciidoc

@@ -14,7 +14,7 @@ attribute as follows:
 
 
 [source,sh]
 [source,sh]
 ------------------------
 ------------------------
-bin/elasticsearch -Ees.node.rack=rack1 -Ees.node.size=big  <1>
+bin/elasticsearch -Ees.node.attr.rack=rack1 -Ees.node.attr.size=big  <1>
 ------------------------
 ------------------------
 <1> These attribute settings can also be specified in the `elasticsearch.yml` config file.
 <1> These attribute settings can also be specified in the `elasticsearch.yml` config file.