我是靠谱客的博主 友好人生,最近开发中收集的这篇文章主要介绍Ubuntu18.04 ES数据跨集群迁移Elasticsearch-migrationES数据跨集群迁移Elasticsearch-migration,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

ES数据跨集群迁移Elasticsearch-migration

下载Elasticsearch-migration

网址

https://github.com/medcl/esm-abandoned/releases

资源

https://download.csdn.net/download/lengyer/13985454

解压

tar -zxvf linux64.tar.gz

运行

bin/linux64/esm -s http://需要迁移的ES(IP地址):9200 -d http://迁移到的ES(IP地址):9200 -x index索引 -w=5 -b=10 -c 10000

-w 表示线程数的多少
-b 表示一次bulk请求并查询数据的大小,单位MB默认 5M
-c 一次scroll请求数量

参考

https://blog.csdn.net/wangkai_123456/article/details/93190827?ops_request_misc=%25257B%252522request%25255Fid%252522%25253A%252522160930995016780281211290%252522%25252C%252522scm%252522%25253A%25252220140713.130102334..%252522%25257D&request_id=160930995016780281211290&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~baidu_landing_v2~default-1-93190827.first_rank_v2_pc_rank_v29&utm_term=es%E8%B7%A8%E9%9B%86%E7%BE%A4%E8%BF%81%E7%A7%BB

最后

以上就是友好人生为你收集整理的Ubuntu18.04 ES数据跨集群迁移Elasticsearch-migrationES数据跨集群迁移Elasticsearch-migration的全部内容,希望文章能够帮你解决Ubuntu18.04 ES数据跨集群迁移Elasticsearch-migrationES数据跨集群迁移Elasticsearch-migration所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(34)

评论列表共有 0 条评论

立即
投稿
返回
顶部