-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elasticsearch 6.x compatibility issue #17
Comments
I can confirm, with 6.x the index won't be created. Also if you create an index by hand, no data will be injected. ES 5.5 works. |
yes, this won't work with 6.x, works fine with 5.5 |
adding req.headers['Content-Type'] = 'application/json';, to function postDocumentToES seems to solve the problem |
Same issues with 7.x the index won't be created. Also if you create an index by hand, no data will be injected. |
has anyone got the solution for ES 7.x. ? |
Any updates wrt ES 7.x ? |
It does not work with the latest AWS Elasticsearch service. It silently fails without returning any error messages. Has anyone else tried with 6.x?
The text was updated successfully, but these errors were encountered: