I have a total of around 500,000 documents that was earlier inserting using bulk request of 1000 at a time.
But before I had an ingestion plugin I using a library externally to transform the input and then collect them for a bulk insertion.
Now that I have an ingestion plugin for my purpose, how can I use it to perform bulk document transforms and then send the documents for a bulk insertion?
I am using Elasticsearch 5.2.1
.