]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/elasticsearch/attributes/default.rb
Add tests for elasticsearch, kibana and logstash cookbooks
[chef.git] / cookbooks / elasticsearch / attributes / default.rb
index a2a643412d568305b6c98022938f9e93653e6c7d..1de57c968b7eb6c4148fc96ddd9279dd256237df 100644 (file)
@@ -1,4 +1,5 @@
-default[:elasticsearch][:version] = "1.7"
+default[:elasticsearch][:version] = "6.x"
+default[:elasticsearch][:cluster][:name] = "default"
 default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:low] = "85%"
 default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:high] = "90%"
 default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:flood_stage] = "95%"