0
点赞
收藏
分享

微信扫一扫

阿里云elasticsearch index索引库同步到华为云搜索服务CSS(elasticsearch)demo

迪莉娅1979 2022-06-27 阅读 64

阿里云elasticsearch index索引库同步到华为云搜索服务CSS(elasticsearch)demo:

esm -s http://es-cn-oew1xgrbt111.public.elasticsearch.aliyuncs.com:9200
-d http://172.24.45.173:9200 -x "wwh_orderlist"
-m user:password -n admin:qundSZGQNNEo -w 15 -b 10

说明:
http://es-cn-oew1xgrbt111.public.elasticsearch.aliyuncs.com:9200 阿里云elasticsearch
http://172.24.45.173:9200 华为云搜索服务CSS:(elasticsearch)

wwh_orderlist:索引库名称

user:阿里云elasticsearch登录用户
password:阿里云elasticsearch登录用户密码

admin:华为云搜索服务CSS elasticsearch登录用户
qundSZGQNNEo :华为云搜索服务CSS登录用户密码

 

​​https://www.modb.pro/db/337630​​

​​https://github.com/medcl/esm​​


举报

相关推荐

mysql同步到elasticsearch

0 条评论