https://github.com/pavdmyt/gen-elasticsearch-test-data
Create dummy Elasticsearch indices with data.
https://github.com/pavdmyt/gen-elasticsearch-test-data
elasticsearch script test-data
Last synced: 2 months ago
JSON representation
Create dummy Elasticsearch indices with data.
- Host: GitHub
- URL: https://github.com/pavdmyt/gen-elasticsearch-test-data
- Owner: pavdmyt
- Created: 2019-07-17T12:14:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T14:46:23.000Z (over 4 years ago)
- Last Synced: 2026-03-04T09:52:00.161Z (4 months ago)
- Topics: elasticsearch, script, test-data
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple wrapper script around [elasticsearch-test-data](https://github.com/oliver006/elasticsearch-test-data)
to simplify time-based indices creation in Elasticsearch.
## Usage
```bash
$ 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
```