|
@@ -22,7 +22,7 @@ curl localhost:9200/_nodes/10.0.0.*
|
|
|
# Names
|
|
|
curl localhost:9200/_nodes/node_name_goes_here
|
|
|
curl localhost:9200/_nodes/node_name_goes_*
|
|
|
-# Attributes (set something like node.rack: 2 in the config)
|
|
|
+# Attributes (set something like node.attr.rack: 2 in the config)
|
|
|
curl localhost:9200/_nodes/rack:2
|
|
|
curl localhost:9200/_nodes/ra*:2
|
|
|
curl localhost:9200/_nodes/ra*:2*
|