Skip to content

Instantly share code, notes, and snippets.

@denzhel
Created February 15, 2021 01:34
Show Gist options
  • Select an option

  • Save denzhel/eb67b5df8e9c9589fd618feb32c085d0 to your computer and use it in GitHub Desktop.

Select an option

Save denzhel/eb67b5df8e9c9589fd618feb32c085d0 to your computer and use it in GitHub Desktop.
Generate random data for elasticsearch

If you need to generate some random data, use this tool:

git clone https://github.com/oliver006/elasticsearch-test-data.git
cd elasticsearch-test-data
pip install -r requirements.txt

Pass in the required info:

/es_test_data.py --es-url=http://<fqdn>:9200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment