]> git.openstreetmap.org Git - chef.git/blob - cookbooks/elasticsearch/templates/default/elasticsearch.yml.erb
fa459e7efbb116db97788635c608546c81a07c62
[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 cluster.routing.allocation.disk.watermark.flood_stage: <%= node[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:flood_stage] %>
7 network.host: 127.0.0.1
8 path.data: <%= node[:elasticsearch][:path][:data] %>
9 path.logs: /var/log/elasticsearch