Skip to content

Commit 4ac01fe

Browse files
author
Adam Locke
authored
[7.8] [DOCS] Fix default value for closed indices (#78924) (#79068)
* [DOCS] Fix default value for closed indices Closes #78877 * Update description * Update note to remove outdated claims
1 parent ddb8c23 commit 4ac01fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/modules/indices/index_management.asciidoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ When set to `true`, you must specify the index name to <<indices-delete-index,de
1818
[[cluster-indices-close-enable]]
1919
// tag::cluster-indices-close-enable-tag[]
2020
`cluster.indices.close.enable` {ess-icon}::
21-
Enables <<indices-open-close,opening of closed indices>> in {es}. You might enable this setting temporarily to change the analyzer configuration for an existing index. We strongly recommend leaving this set to `false` (the default) otherwise.
21+
Enables <<indices-close,closing of open indices>> in {es}. If `false`, you
22+
cannot close open indices. Defaults to `true`.
2223
+
23-
IMPORTANT: Closed indices are a data loss risk because they are not included when you make cluster configuration changes, such as scaling to a different capacity, failover, and many other operations. Additionally, closed indices can lead to inaccurate disk space counts.
24+
NOTE: Closed indices still consume a significant amount of disk space.
2425

2526
[[reindex-remote-whitelist]]
2627
// tag::reindex-remote-whitelist[]

0 commit comments

Comments
 (0)