From 9a3368b9373ff7a2e7bfe2fa1baaad0797f090eb Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Tue, 11 Mar 2014 00:58:07 +0100 Subject: [PATCH] [DOCS] Fix minor error in cluster stats example --- docs/reference/cluster/stats.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/cluster/stats.asciidoc b/docs/reference/cluster/stats.asciidoc index 43c3f7a452d..81ddf74da71 100644 --- a/docs/reference/cluster/stats.asciidoc +++ b/docs/reference/cluster/stats.asciidoc @@ -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: