This plugin will help you to check whether you can upgrade directly to the next major version of Elasticsearch, or whether you need to make changes to your data and cluster before doing so.
290
stars
32
forks
source link
Add checks for deprecated MergePolicy Settings #11
In master we removed the ability to change the
MergePolicy
in https://github.com/elastic/elasticsearch/pull/11588 we should warn folk that these settings are ignored now. the settings areindex.merge.policy.type
index.merge.policy.min_merge_size
index.merge.policy.max_merge_size
index.merge.policy.merge_factor
index.merge.policy.max_merge_docs
index.merge.policy.calibrate_size_by_deletes
index.merge.policy.min_merge_docs
index.merge.policy.max_merge_docs