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

This commit is contained in:
Simon Willnauer 2016-03-30 14:11:59 +02:00
parent ad24653948
commit 2514681f66
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ attribute as follows:
[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.