1 # DO NOT EDIT - This file is being maintained by Chef
 
   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 script.disable_dynamic: <%= node[:elasticsearch][:script][:disable_dynamic] -%>