I want to use https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
with raise_on_error=False
.
When some of the documents given to the bulk operation succeed and some do not how can I lik the errors to the data that I put in as the input?
I intend to use this via python elasticsearch library.