MedUnes / elasticlone

A tiny CLI tool to clone elastic search indexes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elasticlone

A tiny CLI tool to clone elastic search indexes

Build

Build

go build

Usage

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

About

A tiny CLI tool to clone elastic search indexes

License:MIT License


Languages

Language:Go 100.0%