]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/elasticsearch/attributes/default.rb
Configure external address for fafnir
[chef.git] / cookbooks / elasticsearch / attributes / default.rb
index d9afa935b92ef3205a167ea7ba791cd33ea3bc9e..d3f6707c22f67b97e0cdddaff306698fd39216ff 100644 (file)
@@ -1 +1,4 @@
-default[:apt][:sources] |= [ "elasticsearch" ]
+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"