X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/75f4f224fbe305d36c223c2fb03e285a49c1d3a7..3ee8d7a32363483535b21a38e56002189f56b5b6:/cookbooks/elasticsearch/templates/default/elasticsearch.yml.erb diff --git a/cookbooks/elasticsearch/templates/default/elasticsearch.yml.erb b/cookbooks/elasticsearch/templates/default/elasticsearch.yml.erb index 9f5c95bc9..f9d8ebf75 100644 --- a/cookbooks/elasticsearch/templates/default/elasticsearch.yml.erb +++ b/cookbooks/elasticsearch/templates/default/elasticsearch.yml.erb @@ -1,4 +1,8 @@ # DO NOT EDIT - This file is being maintained by Chef cluster.name: <%= node[:elasticsearch][:cluster][:name] %> +cluster.routing.allocation.disk.watermark.low: <%= node[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:low] %> +cluster.routing.allocation.disk.watermark.high: <%= node[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:high] %> network.host: 127.0.0.1 +path.data: <%= node[:elasticsearch][:path][:data] %> +script.disable_dynamic: <%= node[:elasticsearch][:script][:disable_dynamic] -%>