Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Fix default value for closed indices (elastic#78924)
* [DOCS] Fix default value for closed indices elastic#57953 introduced changes that added ESS icons to many Elasticsearch settings. As part of those changes, the default value for `cluster.indices.close.enable` was indicated as `false`, when it should be `true`. This PR updates the default value to `true`. Closes elastic#78877 * Update description * Update note to remove outdated claims
- Loading branch information