]> git.openstreetmap.org Git - chef.git/blob - cookbooks/elasticsearch/templates/default/elasticsearch.yml.erb
Update elasticsearch to 2.x on ridley
[chef.git] / cookbooks / elasticsearch / templates / default / elasticsearch.yml.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 cluster.name: <%= node[:elasticsearch][:cluster][:name] %>
4 cluster.routing.allocation.disk.watermark.low: <%= node[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:low] %>
5 cluster.routing.allocation.disk.watermark.high: <%= node[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:high] %>
6 network.host: 127.0.0.1
7 path.data: <%= node[:elasticsearch][:path][:data] %>
8 <% if node[:elasticsearch][:script][:disable_dynamic] -%>
9 script.disable_dynamic: <%= node[:elasticsearch][:script][:disable_dynamic] -%>
10 <% end -%>