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

elasticsearch6.2 do not support POST request #48

Open
wkmnet opened this issue Mar 9, 2018 · 1 comment
Open

elasticsearch6.2 do not support POST request #48

wkmnet opened this issue Mar 9, 2018 · 1 comment

Comments

@wkmnet
Copy link

wkmnet commented Mar 9, 2018

elasticsearch6.2 do not support POST request

@apikas
Copy link

apikas commented Feb 5, 2020

A little late, but maybe this can help someone using ElasticSearch 6.* ...
Read the error message carefully (if you can't see it set true).
Maybe it says you can't POST to "/". In that case, add your index and _bulk to the , e.g.
https://user:[email protected]:9200/myindex-bla-bla/_bulk
(_bulk is used instead of _doc for appenders that send multiple JSON in the same message).

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

2 participants