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?
This commit is contained in:
Leaf-Lin 2022-08-25 06:44:53 -06:00 committed by GitHub
parent 8b3293ddeb
commit 65b05f858e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ features.
// tag::action-destructive-requires-name-tag[] // tag::action-destructive-requires-name-tag[]
`action.destructive_requires_name` {ess-icon}:: `action.destructive_requires_name` {ess-icon}::
(<<dynamic-cluster-setting,Dynamic>>) (<<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[] // end::action-destructive-requires-name-tag[]
[[cluster-indices-close-enable]] [[cluster-indices-close-enable]]