[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]
|
||||
--------------------------------------------------
|
||||
curl -XGET 'http://localhost:9200/_cluster/stats?human'
|
||||
curl -XGET 'http://localhost:9200/_cluster/stats?human&pretty'
|
||||
--------------------------------------------------
|
||||
|
||||
Will return, for example:
|
||||
|
|
Loading…
Reference in New Issue