Elasticsearch installation issue on centOS

I am trying to install elasticsearch on CentOS 6.5
I have installed Elasticsearch - 2.1.1

I follow the steps mention in below link.
Install ElasticSearch on CentOS
I got the below error.

Starting Elasticsearch...
Waiting for Elasticsearch................................
WARNING: Elasticsearch may have failed to start.

Pelase any one help me to install correctly elasticsearch on CentOs 6.5.Thank you in advance

Don't use that link, it installs 0.19 which is REALLY old.

Use https://www.elastic.co/guide/en/elasticsearch/reference/2.0/setup-repositories.html#_yum

Thank you very much Warkolm..It is miracle.

1 Like

How do i install the couchbase transport plugin for elasticsearch 2.2.0? because i tried with below link
[enter link description here](bin/plugin install https://github.com/couchbaselabs/elasticsearch-transport-couchbase/releases/download/v2.2.1.2/elasticsearch-transport-couchbase-2.2.1.2.zip)

it gives me below error.

ERROR: Plugin [transport-couchbase] is incompatible with Elasticsearch [2.2.0]. Was designed for version [2.1.1]

You need to wait for couchbase team to release its connector for 2.2.0

Or "hack" in their zip file the plugin descriptor file...
IIRC code should be compatible.

Ok. Thank you for your reply