https://github.com/turall/elastic-transfer-hot-cold
https://github.com/turall/elastic-transfer-hot-cold
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/turall/elastic-transfer-hot-cold
- Owner: Turall
- Created: 2023-05-23T07:09:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T12:12:29.000Z (about 2 years ago)
- Last Synced: 2025-03-04T09:43:16.720Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Usage
```sh
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
export ELASTIC_USER=es_user
export ELASTIC_PASSWORD=pass
export ELASTIC_CLOUD_ID=cloudid or export ELASTIC_HOST=localhost
python index_update.py
```