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
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/243249.html
標籤:其他
上一篇:記一次 Centos7.x 安裝、部署 Zeppelin v0.9.0 并配置 PostgreSql 資料庫
下一篇:CentOS安裝Nginx
