Skip to content

ARES-Z/elasticsearch-transfer-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-transfer-tool

elasticsearch 迁移工具

  • 支持index setting迁移
  • 支持index mapping迁移
  • 支持index 数据迁移
usage: transfer.sh
 -bs,--bulk-size <arg>      迁移数据写入时的bulk大小
 -data                      迁移数据
 -mapping                   迁移mappings
 -setting                   迁移settings
 -sh,--source-host <arg>    数据源
 -si,--source-index <arg>   要迁移的index
 -st,--source-type <arg>    要迁移的type
 -th,--target-host <arg>    数据源
 -ti,--target-index <arg>   迁移后的index
 -tt,--target-type <arg>    迁移后的type

About

elasticsearch/es 迁移工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors