Skip to content

Commit 8b96821

Browse files
authored
Add default value for destructive_requires_name (#85591) (#89616)
As per #66908, the setting now defaults to `True`, but it's not shown in the doc. Can we please have the doc updated?
1 parent 571d611 commit 8b96821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/modules/indices/index_management.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ features.
1515
// tag::action-destructive-requires-name-tag[]
1616
`action.destructive_requires_name` {ess-icon}::
1717
(<<dynamic-cluster-setting,Dynamic>>)
18-
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.
18+
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`.
1919
// end::action-destructive-requires-name-tag[]
2020

2121
[[cluster-indices-close-enable]]

0 commit comments

Comments
 (0)