I have created a wrapper around ES index bulk document API, I need to test the performance of it.
I want to create at least, 1000 documents based on my index mapping, so that I can test the performance of my API.
Is there any tool, which can create those test data? I tried googling but not able to find anything.
Any help is much appreciated!!