From 3f3eb273bdfd279c07c14cd5f818b786a5d91344 Mon Sep 17 00:00:00 2001 From: Keith Massey Date: Fri, 3 Nov 2023 07:49:21 -0500 Subject: [PATCH] Making the warning less scary --- docs/reference/indices/update-settings.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/indices/update-settings.asciidoc b/docs/reference/indices/update-settings.asciidoc index e08b8274bf2b6..1ac9ecbb6a6a3 100644 --- a/docs/reference/indices/update-settings.asciidoc +++ b/docs/reference/indices/update-settings.asciidoc @@ -66,9 +66,9 @@ be updated on closed indices will be updated by automatically closing and reopen the affected indices. If `false`, attempts to update static settings on open indices will fail. Defaults to `false`. -WARNING: Changing index settings on an automatically closed index using the `reopen` -parameter could result in incorrect settings that are impossible to rectify without -deleting and recreating the index. +NOTE: Changing index settings on an automatically closed index using the `reopen` +parameter will result in the index becoming unavailable momentarily while the index +is in the process of reopening. include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=timeoutparms]