]> git.openstreetmap.org Git - chef.git/blob - cookbooks/elasticsearch/attributes/default.rb
systemd-networkd-wait-online waiting for timeout in dokken
[chef.git] / cookbooks / elasticsearch / attributes / default.rb
1 default[:elasticsearch][:version] = "6.x"
2 default[:elasticsearch][:cluster][:name] = "default"
3 default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:low] = "85%"
4 default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:high] = "90%"
5 default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:flood_stage] = "95%"
6 default[:elasticsearch][:path][:data] = "/var/lib/elasticsearch"