X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/75f4f224fbe305d36c223c2fb03e285a49c1d3a7..e04617420b4bac3642d100626db7fbc939254d5c:/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..ea04ea99a 100644 --- a/cookbooks/elasticsearch/templates/default/elasticsearch.yml.erb +++ b/cookbooks/elasticsearch/templates/default/elasticsearch.yml.erb @@ -1,4 +1,10 @@ # 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] %> +<% if node[:elasticsearch][:script][:disable_dynamic] -%> +script.disable_dynamic: <%= node[:elasticsearch][:script][:disable_dynamic] -%> +<% end -%>