+default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:low] = "85%"
+default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:high] = "90%"
default[:elasticsearch][:script][:disable_dynamic] = true
default[:elasticsearch][:path][:data] = "/var/lib/elasticsearch"
# DO NOT EDIT - This file is being maintained by Chef
cluster.name: <%= node[:elasticsearch][:cluster][:name] %>
+cluster.routing.allocation.disk.watermark.low: <%= node[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:low] %>
+cluster.routing.allocation.disk.watermark.high: <%= node[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:high] %>
network.host: 127.0.0.1
path.data: <%= node[:elasticsearch][:path][:data] %>
script.disable_dynamic: <%= node[:elasticsearch][:script][:disable_dynamic] -%>