Docs: Update cluster.asciidoc

added a missing comma in one of examples

Closes #10834
This commit is contained in:
minde-eagleeye 2015-04-27 16:53:39 +01:00 committed by Clinton Gormley
parent c914134355
commit a1289b4ad5
1 changed files with 1 additions and 1 deletions

View File

@ -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"