Docs: Update update-settings.asciidoc

Inconsistent indentation

Closes #8525
This commit is contained in:
mdzor 2014-11-18 11:43:53 +07:00 committed by Clinton Gormley
parent fd6c41bfbf
commit bc52ccfd33
1 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,8 @@ of the request includes the updated settings, for example:
{
"index" : {
"number_of_replicas" : 4
} }
}
}
--------------------------------------------------
The above will change the number of replicas to 4 from the current
@ -24,8 +25,8 @@ curl -XPUT 'localhost:9200/my_index/_settings' -d '
{
"index" : {
"number_of_replicas" : 4
} }
'
}
}'
--------------------------------------------------
Below is the list of settings that can be changed using the update