X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/15639458644993a98702f398045ac8005e3ff023..cafa41ad8ae8ad9f367b34a0dfcc27161b049eeb:/cookbooks/elasticsearch/attributes/default.rb diff --git a/cookbooks/elasticsearch/attributes/default.rb b/cookbooks/elasticsearch/attributes/default.rb index a2a643412..52f6b9599 100644 --- a/cookbooks/elasticsearch/attributes/default.rb +++ b/cookbooks/elasticsearch/attributes/default.rb @@ -1,7 +1,6 @@ -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%" default[:elasticsearch][:path][:data] = "/var/lib/elasticsearch" - -default[:apt][:sources] |= ["elasticsearch#{node[:elasticsearch][:version]}"]