]> git.openstreetmap.org Git - chef.git/blob - cookbooks/elasticsearch/attributes/default.rb
d3f6707c22f67b97e0cdddaff306698fd39216ff
[chef.git] / cookbooks / elasticsearch / attributes / default.rb
1 default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:low] = "85%"
2 default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:high] = "90%"
3 default[:elasticsearch][:script][:disable_dynamic] = true
4 default[:elasticsearch][:path][:data] = "/var/lib/elasticsearch"