From 1d1d56aa1bce60844e35973aa7e0e41f386b5627 Mon Sep 17 00:00:00 2001 From: Leaf-Lin <39002973+Leaf-Lin@users.noreply.github.com> Date: Fri, 1 Apr 2022 16:13:00 +1100 Subject: [PATCH] Add default value for destructive_requires_name 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]]