From 10ad5b4532a1e14130e71f6e704e4e576876f49e Mon Sep 17 00:00:00 2001 From: Leaf-Lin <39002973+Leaf-Lin@users.noreply.github.com> Date: Thu, 25 Aug 2022 06:44:53 -0600 Subject: [PATCH] Add default value for destructive_requires_name (#85591) As per https://github.com/elastic/elasticsearch/pull/66908, the setting now defaults to `True`, but it's not shown in the doc. Can we please have the doc updated? --- docs/reference/modules/indices/index_management.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/modules/indices/index_management.asciidoc b/docs/reference/modules/indices/index_management.asciidoc index 1cf8fbaed064e..cdb8af570c6d4 100644 --- a/docs/reference/modules/indices/index_management.asciidoc +++ b/docs/reference/modules/indices/index_management.asciidoc @@ -15,7 +15,7 @@ features. // tag::action-destructive-requires-name-tag[] `action.destructive_requires_name` {ess-icon}:: (<>) -When set to `true`, you must specify the index name to <>. It is not possible to delete all indices with `_all` or use wildcards. +When set to `true`, you must specify the index name to <>. It is not possible to delete all indices with `_all` or use wildcards. Defaults to `true`. // end::action-destructive-requires-name-tag[] [[cluster-indices-close-enable]]