Problem/Motivation
When attempting to index content using Search API with a configured Elasticsearch server and index, I get error message "Couldn't index items. Check the logs for details." I've checked Drupal's, Apache's and Elasticsearch's four log files, but I'm unable to see any additional information related to this error. Could you help guide me to discover more of the issue or ask me about other information to report? Thanks, Jason
Installed Versions
- Elasticsearch Connector 8.x-2.x-dev from 2016-04-24
- Search API 8.x-1.0-alpha14 from 2016-04-20.
- Elasticsearch 2.3.1
Configured
- Elasticsearch is running, confirmed cluster and node with http://localhost:9200/_nodes/stats/process?pretty
- Created Elasticsearch Cluster in Elasticsearch Connector UI, see attached
- Created Search API Server pointing to Elasticsearch cluster
- Created Search API Index on the server created above
- Added Body processed text to the search api fields
- Added Node Status and Content Access search api processors
Comments
Comment #2
skek commented@jasonawant,
Thank you for the report.
I will check it soon and get back to you. I need to do some modifications in the module I'm preparing so I will check it with this issue.
Regards!
Comment #3
jasonawant@skek,
Great, thanks for the response. Let me know how I can help. Jason.
Comment #5
skek commented@jasonawant,
There was an issue with the date format when sending the timestamp.
Can you please check if this is going to work for you?
Marking this one as fixed but fill free to reopen it if there are problems for you.
Best Regards,
Nikolay
Comment #6
skek commentedComment #7
jasonawantThanks Skek! I wasn't able to confirm if this fixed the issue b/c of a new issue, see #2717379: Handling of default cluster for Elasticsearch Connector module.
Comment #8
jasonawantAfter resolving #2717379: Handling of default cluster for Elasticsearch Connector module., I've repeated these steps without issue. Thanks!