I'm using drupal-7.53 with elasticsearch_connector (7.x-1.0-alpha9):
# drush -r . -l alexustest pm-list | grep Elasticsearch
Core Elasticsearch Connector Statistics Module Not installed 7.x-1.0-
Elasticsearch Elasticsearch Connector Module Enabled 7.x-1.0-
Elasticsearch Elasticsearch Connector Devel Module Enabled 7.x-1.0-
Elasticsearch Elasticsearch Connector Easy Install Module Enabled 7.x-1.0-
Elasticsearch Elasticsearch Connector Search API Module Not installed 7.x-1.0-
Elasticsearch Elasticsearch Connector Sequence Module Not installed 7.x-1.0-
Elasticsearch Elasticsearch Connector Views (NOT Module Not installed 7.x-1.0-
Elasticsearch Elasticsearch Watchdog Module Disabled 7.x-1.0-
#
While adding "Elasticsearch Clusters", I'm getting following message:
Cannot connect to the cluster!
and even though I enabled "Elasticsearch Connector Easy Install", I couldn't find anything relevant to this module (where/how to do easy install)
Please advice.
Thank you in advance!
Comments
Comment #2
alexus commentedgetting following messages via syslog
from shell
Comment #3
skek commented@alexus,
You are using version 5.0 of Elasticsearch and this version is not supported by 7.x module yet.
There is a patch for Elasticsearch 2.x server version but it is still not fully usable. See the module description page with versioning info for more details about this.
We will start work on 5.x maybe the beginning of next year.
Comment #4
drupali commentedI am using drupal-7.25 with elastic search connector 7.x-1.0-alpha9.
I am getting following error while adding "Elasticsearch Cluster"
"Cannot connect to the cluster!"
Please advice !
Comment #5
skek commented@alexus,
Please follow this issue for the integration with 5.x Elasticsearch server - https://www.drupal.org/node/2842993.
@Drupali, can you please go to you Drupal status page and see if everything with the Elasticsearch client is OK?
This error should be connected with something on HTTP connection to the Elasticsearch.
Comment #6
alexus commentedI tried again and even though I'm still getting an error:
my logs are different from last time I tried:
Comment #7
arunverma commentedHello Friends..
Me too getting same error:
But after adding credentials in backend.. getting: Cannot connect to the cluster!
Need help fixing it.
Comment #8
abrlam commented@skek does the connector still work when the cluster health is at yellow?
Also, I noticed the error goes away when I enable Elasticsearch Connector Devel module. Is it intentional?