Fix file descriptor endpoint in configuration docs

The endpoint /_nodes/process does not show file descriptors, should be
/_nodes/stats/process.

Closes #16000
This commit is contained in:
Kiyan 2016-01-14 11:21:36 -08:00 committed by Jason Tedor
parent a954e4e8e5
commit 120210d024
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ using the <<cluster-nodes-info>> API, with:
[source,js]
--------------------------------------------------
curl localhost:9200/_nodes/process?pretty
curl localhost:9200/_nodes/stats/process?pretty
--------------------------------------------------
[float]