Skip to content
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

Open
sean-kang opened this issue Mar 23, 2018 · 6 comments
Open

Elasticsearch 6.x compatibility issue #17

sean-kang opened this issue Mar 23, 2018 · 6 comments

Comments

@sean-kang
Copy link

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?

@okleinschmidt
Copy link

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.

@hmann12
Copy link

hmann12 commented May 31, 2018

yes, this won't work with 6.x, works fine with 5.5

@hmann12
Copy link

hmann12 commented Jun 1, 2018

adding req.headers['Content-Type'] = 'application/json';, to function postDocumentToES seems to solve the problem
strict content-type checking is one of the changes made in ES 6.x

@ChMarco
Copy link

ChMarco commented Mar 12, 2020

Same issues with 7.x the index won't be created. Also if you create an index by hand, no data will be injected.

@akshayubale1
Copy link

has anyone got the solution for ES 7.x. ?
if yes please help

@ashishvaishno
Copy link

Any updates wrt ES 7.x ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants