]> git.openstreetmap.org Git - chef.git/blob - cookbooks/elasticsearch/templates/default/elasticsearch.yml.erb
1df2ea50c9d5270c3da5730f4c6ff2e163d5678c
[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 network.host: 127.0.0.1
5 path.data: <%= node[:elasticsearch][:path][:data] %>
6 script.disable_dynamic: <%= node[:elasticsearch][:script][:disable_dynamic] -%>