mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 08:59:09 +00:00
[DOCS] Fix minor error in cluster stats example
This commit is contained in:
parent
4a3837acf0
commit
9a3368b937
@ -8,7 +8,7 @@ versions, memory usage, cpu and installed plugins).
|
|||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
curl -XGET 'http://localhost:9200/_cluster/stats?human'
|
curl -XGET 'http://localhost:9200/_cluster/stats?human&pretty'
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
Will return, for example:
|
Will return, for example:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user