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

Do not return response info from BulkApi #62

Closed
amccool opened this issue Nov 10, 2021 · 0 comments · Fixed by #63
Closed

Do not return response info from BulkApi #62

amccool opened this issue Nov 10, 2021 · 0 comments · Fixed by #63

Comments

@amccool
Copy link
Owner

amccool commented Nov 10, 2021

To return only information about failed operations, use the filter_path query parameter with an argument of items.*.error.

https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html

POST /_bulk?filter_path=items.*.error

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

Successfully merging a pull request may close this issue.

1 participant