Browse Source

Docs: Update cluster.asciidoc

added a missing comma in one of examples

Closes #10834
minde-eagleeye 10 years ago
parent
commit
a1289b4ad5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/cluster.asciidoc

+ 1 - 1
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"