Clarify requesting all stats in node stats docs

This commit clarifies how to explicitly obtain all stats from the node
stats API.
This commit is contained in:
Jason Tedor 2016-11-08 13:47:15 -05:00
parent a3bd6d1ad9
commit aec09a76d6
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ curl -XGET 'http://localhost:9200/_nodes/stats/process'
curl -XGET 'http://localhost:9200/_nodes/10.0.0.1/stats/process'
--------------------------------------------------
The `all` flag can be set to return all the stats.
All stats can be explicitly requested via `/_nodes/stats/_all` or `/_nodes/stats?metric=_all`.
[float]
[[fs-info]]