/elastic-manager

Primary LanguageShellApache License 2.0Apache-2.0

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