Installing Elasticsearch version 2.3.2 on Ubuntu 14.04

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

  1. wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -

  2. echo "deb https://packages.elastic.co/elasticsearch/2.x/debian stable main" | sudo tee -a /etc/apt/sources.list.d/elasticsearch-2.x.list

  3. sudo apt-get update && sudo apt-get install elasticsearch

I will appreciate any information on how to do this.

Gurpreet

sudo apt-get install elasticsearch=2.3.2 should do it.