updateing filtering.asciidoc to also use 'node.attr' namespace
This commit is contained in:
parent
ad24653948
commit
2514681f66
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue