1 # DO NOT EDIT - This file is being maintained by Chef
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] -%>