Watermark Settings in the yml file

I've changed the watermark settings in the persistent settings by the API successfully, but I'd also like to change them in the elasticsearch.yml configuration file.

The links referenced in the files get me 404s, but this page suggests it can be done without giving examples.
https://www.elastic.co/guide/en/elasticsearch/reference/6.0/disk-allocator.html

When attempting to do the settings in a few variations, I can't successfully start the service. The logs aren't helpful in troubleshooting either other than letting me know that there is an exception caused by my added lines in the file.

I've tried using the settings as they're presented here.

My lines
cluster.routing.allocation.disk.watermark.low: 0.90
cluster.routing.allocation.disk.watermark.high: 0.95

Any tips I can get?

Version Info
"version": {
"number": "2.4.6",
"build_hash": "5376dca9f70f3abef96a77f4bb22720ace8240fd",
"build_timestamp": "2017-07-18T12:17:44Z",
"build_snapshot": false,
"lucene_version": "5.5.4"
},

Thanks,

Jim

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.