1、下载esm,地址
https://github.com/medcl/esm/releases
2、下载完成后上传解压并给esm赋可执行权限;
3、确定好迁移的老数据es和新es,执行:
./esm -s http://老esIP:port -d http://新esIP:port -x 指定的es索引 -w=5 -b=100
注意:esm不支持例如 -x example-* 这种参数,只能单个索引,对于这种,建议使用脚本处理。
1、下载esm,地址
https://github.com/medcl/esm/releases
2、下载完成后上传解压并给esm赋可执行权限;
3、确定好迁移的老数据es和新es,执行:
./esm -s http://老esIP:port -d http://新esIP:port -x 指定的es索引 -w=5 -b=100
注意:esm不支持例如 -x example-* 这种参数,只能单个索引,对于这种,建议使用脚本处理。