From a1289b4ad5202aa64b12c5cd0a952bfc90ab3cd8 Mon Sep 17 00:00:00 2001 From: minde-eagleeye Date: Mon, 27 Apr 2015 16:53:39 +0100 Subject: [PATCH] Docs: Update cluster.asciidoc added a missing comma in one of examples Closes #10834 --- docs/reference/modules/cluster.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/modules/cluster.asciidoc b/docs/reference/modules/cluster.asciidoc index 12d4c7443fd..25a88b2eeeb 100644 --- a/docs/reference/modules/cluster.asciidoc +++ b/docs/reference/modules/cluster.asciidoc @@ -227,7 +227,7 @@ several attributes, for example: [source,js] -------------------------------------------------- curl -XPUT localhost:9200/test/_settings -d '{ - "index.routing.allocation.include.group1" : "xxx" + "index.routing.allocation.include.group1" : "xxx", "index.routing.allocation.include.group2" : "yyy", "index.routing.allocation.exclude.group3" : "zzz", "index.routing.allocation.require.group4" : "aaa"