Hi All,
I want to install Elasticsearch v2.3.2 on Ubuntu as it is compatible with ES-Couchbase latest plugin. Following procedure installs the v2.3.3
-
wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
-
echo "deb https://packages.elastic.co/elasticsearch/2.x/debian stable main" | sudo tee -a /etc/apt/sources.list.d/elasticsearch-2.x.list
-
sudo apt-get update && sudo apt-get install elasticsearch
I will appreciate any information on how to do this.
Gurpreet