Skip to content

Commit aec09a7

Browse files
committed
Clarify requesting all stats in node stats docs
This commit clarifies how to explicitly obtain all stats from the node stats API.
1 parent a3bd6d1 commit aec09a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/cluster/nodes-stats.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ curl -XGET 'http://localhost:9200/_nodes/stats/process'
7474
curl -XGET 'http://localhost:9200/_nodes/10.0.0.1/stats/process'
7575
--------------------------------------------------
7676

77-
The `all` flag can be set to return all the stats.
77+
All stats can be explicitly requested via `/_nodes/stats/_all` or `/_nodes/stats?metric=_all`.
7878

7979
[float]
8080
[[fs-info]]

0 commit comments

Comments
 (0)