I would like to create data for the Elasticsearch bulk API.
The problem is that two lines are requested in the bulk file for one entry in ES database: The command line (index in my example), and the data line (field1).
But I was wrong: for Elasticsearch bulk, you have to write the command line only one time. So it is not a problem for me anymore. I’ll add this line manually.