oliver006 / elasticsearch-test-data

Generate and upload test data to Elasticsearch for performance and load testing
MIT License
257 stars 122 forks source link

Fixing bug that broke batch updates #33

Closed kzzalews closed 2 years ago

kzzalews commented 2 years ago

PR https://github.com/oliver006/elasticsearch-test-data/pull/32 introduced bug related to uploading data to ELS each time when new record is created instead of doing this upload only once at the end of batches creation. Simple indentation issue.

oliver006 commented 2 years ago

Thank you!