pavdmyt / gen-elasticsearch-test-data

Create dummy Elasticsearch indices with data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple wrapper script around elasticsearch-test-data to simplify time-based indices creation in Elasticsearch.

Usage

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

# Adjust values in run_jobs.sh and run:
$ ./run_jobs.sh

About

Create dummy Elasticsearch indices with data.


Languages

Language:Shell 100.0%