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
warkolm
(Mark Walkom)
February 9, 2016, 10:43pm
2
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]
dadoonet
(David Pilato)
February 10, 2016, 6:46am
5
You need to wait for couchbase team to release its connector for 2.2.0
dadoonet
(David Pilato)
February 10, 2016, 6:48am
6
Or "hack" in their zip file the plugin descriptor file...
IIRC code should be compatible.
Ok. Thank you for your reply