]> git.openstreetmap.org Git - chef.git/blob - cookbooks/elasticsearch/attributes/default.rb
45d59a2b58ac16f8fb4a169f7f33120b7379bdc7
[chef.git] / cookbooks / elasticsearch / attributes / default.rb
1 default[:elasticsearch][:version] = "1.7"
2 default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:low] = "85%"
3 default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:high] = "90%"
4 default[:elasticsearch][:script][:disable_dynamic] = true
5 default[:elasticsearch][:path][:data] = "/var/lib/elasticsearch"
6
7 default[:apt][:sources] |= ["elasticsearch#{node[:elasticsearch][:version]}"]