Skip to content

MedUnes/elasticlone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticlone

A tiny CLI tool to clone elastic search indexes

Build Release

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