Skip to content

tatsuiman/elastic-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elastic-manager

ElasticSearchのメンテナンスツール詰め合わせ

インデックスのバックアップとレストア

$ docker pull tatsui/elastic-manager:latest
$ docker run --rm -it tatsui/elastic-manager:latest bash
$ cd /scripts
# すべてのindexをバックアップ
$ ./backup-index.sh -l http://old-es:9200 |bash
# バックアップしたindexのレストア
$ ./restore-index.sh -l http://new-es:9200 |bash