mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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:
parent
a954e4e8e5
commit
120210d024
@ -44,7 +44,7 @@ using the <<cluster-nodes-info>> API, with:
|
|||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
curl localhost:9200/_nodes/process?pretty
|
curl localhost:9200/_nodes/stats/process?pretty
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user