Elastic Search Bulk is ignoring the last operation provided in the json Elastic Search Bulk is ignoring the last operation provided in the json elasticsearch elasticsearch

Elastic Search Bulk is ignoring the last operation provided in the json


Looks like the JSON must always end with a new line character (\n) as described here.

I added a new line at the end of JSON and it worked fine.