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

jasonawant created an issue. See original summary.

skek’s picture

@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!

jasonawant’s picture

@skek,

Great, thanks for the response. Let me know how I can help. Jason.

  • skek committed 8a34595 on 8.x-2.x
    Issue #2713227 by jasonawant: Fixing the timestamp indexing by providing...
skek’s picture

@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

skek’s picture

Status: Active » Fixed
jasonawant’s picture

Status: Fixed » Needs review

Thanks 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.

jasonawant’s picture

Status: Needs review » Fixed

After resolving #2717379: Handling of default cluster for Elasticsearch Connector module., I've repeated these steps without issue. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.