X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6437f10211bb33702e7bed9295e66777168e5330..15639458644993a98702f398045ac8005e3ff023:/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 ea04ea99a..fa459e7ef 100644 --- a/cookbooks/elasticsearch/templates/default/elasticsearch.yml.erb +++ b/cookbooks/elasticsearch/templates/default/elasticsearch.yml.erb @@ -3,8 +3,7 @@ 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] %> +cluster.routing.allocation.disk.watermark.flood_stage: <%= node[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:flood_stage] %> 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 -%> +path.logs: /var/log/elasticsearch