mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
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:
parent
8b3293ddeb
commit
65b05f858e
1 changed files with 1 additions and 1 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue