elasticsearc: upgrade to elasticsearch-5
This commit is contained in:
parent
ba91dea6cd
commit
5df4a8a41c
|
@ -1,7 +1,7 @@
|
|||
ES_HOME ?= /var/lib/elasticsearch
|
||||
ES_VER ?= 2.4.1
|
||||
ES_VER ?= 5.2.2
|
||||
ES_TARBALL = elasticsearch-$(ES_VER).tar.gz
|
||||
ES_URL = https://download.elastic.co/elasticsearch/elasticsearch/$(ES_TARBALL)
|
||||
ES_URL = https://artifacts.elastic.co/downloads/elasticsearch/$(ES_TARBALL)
|
||||
|
||||
preinstall:
|
||||
|
||||
|
|
Loading…
Reference in New Issue