Browse Source

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?
Leaf-Lin 3 years ago
parent
commit
65b05f858e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/indices/index_management.asciidoc

+ 1 - 1
docs/reference/modules/indices/index_management.asciidoc

@@ -15,7 +15,7 @@ features.
 // tag::action-destructive-requires-name-tag[]
 `action.destructive_requires_name` {ess-icon}::
 (<<dynamic-cluster-setting,Dynamic>>)
-When set to `true`, you must specify the index name to <<indices-delete-index,delete an index>>. It is not possible to delete all indices with `_all` or use wildcards.
+When set to `true`, you must specify the index name to <<indices-delete-index,delete an index>>. 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]]