From b523f3108f3fccd5b728e4dfe6e3c044b11b7c18 Mon Sep 17 00:00:00 2001 From: Travis Tripp Date: Thu, 5 May 2016 10:19:53 -0600 Subject: [PATCH] Update ElasticSearch version default to 1.7.5 Devstack installs elasticsearch version 1.4.2 by default. This version is really out of date and you can't run kibana 4.x against it. We are working towards 2.x support [0], but in the meantime would like our example to install a more recent version of ES. [0] http://lists.openstack.org/pipermail/openstack-dev/2016-April/092583.html Change-Id: I9ca244f8b817dd9c5f6d7435e347df28282db0a9 --- pkg/elasticsearch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/elasticsearch.sh b/pkg/elasticsearch.sh index 9c4f6f7801..856eaff36f 100755 --- a/pkg/elasticsearch.sh +++ b/pkg/elasticsearch.sh @@ -10,7 +10,7 @@ source $TOP_DIR/stackrc # Package source and version, all pkg files are expected to have # something like this, as well as a way to override them. -ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-1.4.2} +ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-1.7.5} ELASTICSEARCH_BASEURL=${ELASTICSEARCH_BASEURL:-https://download.elasticsearch.org/elasticsearch/elasticsearch} # Elastic search actual implementation