Is there any tool which will create dummy document based on index mapping for testing?

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!!:slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.

I stumbled upon this thread today while searching for a similar tool, and I found GitHub - oliver006/elasticsearch-test-data: Generate and upload test data to Elasticsearch for performance and load testing

Also GitHub - elastic/rally: Macrobenchmarking framework for Elasticsearch may come handy to perform benchmarks.

1 Like