https://github.com/medunes/elasticlone
A tiny CLI tool to clone elastic search indexes
https://github.com/medunes/elasticlone
clone elasticsearch golang index indexing sync
Last synced: 7 months ago
JSON representation
A tiny CLI tool to clone elastic search indexes
- Host: GitHub
- URL: https://github.com/medunes/elasticlone
- Owner: MedUnes
- License: mit
- Created: 2024-08-22T08:29:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-14T21:30:33.000Z (11 months ago)
- Last Synced: 2025-01-16T06:16:47.865Z (9 months ago)
- Topics: clone, elasticsearch, golang, index, indexing, sync
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elasticlone
A tiny CLI tool to clone elastic search indexes[](https://github.com/MedUnes/elasticlone/actions/workflows/test.yml) [](https://github.com/MedUnes/elasticlone/actions/workflows/release.yml)
## Build
```bahs
go build
```
## Usage
```bash
Usage of ./elasticlone:
-F int
Start copying from this document number (default 1)
-H string
Source host
-I string
Source index name
-P string
Source password
-R string
Source port
-S Use SSL/HTTPS for source
-T int
Stop copying at this document number (0 for no limit)
-U string
Source username
-h string
Target host
-i string
Target index name
--insecure
Skip SSL certificate verification for source
-p string
Target password
-r string
Target port
-s Use SSL/HTTPS for target
-u string
Target username
```