diff --git a/docs/reference/indices/update-settings.asciidoc b/docs/reference/indices/update-settings.asciidoc index f6ee7bd5f0dac..e5e3f38cedf8e 100644 --- a/docs/reference/indices/update-settings.asciidoc +++ b/docs/reference/indices/update-settings.asciidoc @@ -29,6 +29,12 @@ curl -XPUT 'localhost:9200/my_index/_settings' -d ' }' -------------------------------------------------- +[WARNING] +======================== +When changing the number of replicas the index needs to be open. Changing +the number of replicas on a closed index might prevent the index to be opened correctly again. +======================== + Below is the list of settings that can be changed using the update settings API: