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 <% if node[:elasticsearch][:version] >= "6" -%>
 
   7 cluster.routing.allocation.disk.watermark.flood_stage: <%= node[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:flood_stage] %>
 
   9 network.host: 127.0.0.1
 
  10 path.data: <%= node[:elasticsearch][:path][:data] %>
 
  11 path.logs: /var/log/elasticsearch