mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
3d7daa1a5a
the setting in elasticsearch.yml, so that when a user uncomments out a setting by just removing the #, the setting actually takes effect. Before, it was very easy to uncomment out a setting by just removing the #, leaving a single whitespace character before the setting name, which would cause the setting to not get picked up by Elasticsearch. Closes #20090