Skip to content

Commit 2c118d5

Browse files
authored
Fix destructive name default (opensearch-project#10028)
Signed-off-by: Naarcha-AWS <[email protected]>
1 parent a99e933 commit 2c118d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_install-and-configure/configuring-opensearch/index-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OpenSearch supports the following dynamic cluster-level index settings:
3434

3535
- `action.auto_create_index` (Boolean): Automatically creates an index if the index doesn't already exist. Also applies any index templates that are configured. Default is `true`.
3636

37-
- `action.destructive_requires_name` (Boolean): When set to `true`, you must specify the index name to delete an index. You cannot delete all indexes or use wildcards. Default is `true`.
37+
- `action.destructive_requires_name` (Boolean): When `true`, you must specify the index name to delete an index. You cannot delete all indexes or use wildcards. Default is `false`.
3838

3939
- `cluster.default.index.refresh_interval` (Time unit): Sets the refresh interval when the `index.refresh_interval` setting is not provided. This setting can be useful when you want to set a default refresh interval across all indexes in a cluster and support the `searchIdle` setting. You cannot set the interval lower than the `cluster.minimum.index.refresh_interval` setting.
4040

0 commit comments

Comments
 (0)