elasticsearch-dump使用指南

发布时间 2023-08-27 00:54:49作者: 西门运维

文档

镜像地址:https://hub.docker.com/r/elasticdump/elasticsearch-dump/

数据在线导出导入

docker run --rm -ti elasticdump/elasticsearch-dump \
  --input=http://elastic:vRIfHvcdhNZJDGJ0@172.16.16.90:30337/car_charge_order \
  --output=http://elastic:vRIfHvcdhNZJDGJ0@172.16.16.90:32029/car_charge_order \
  --type=mapping

docker run --rm -ti elasticdump/elasticsearch-dump \
  --input=http://elastic:vRIfHvcdhNZJDGJ0@172.16.16.90:30337/car_charge_order \
  --output=http://elastic:vRIfHvcdhNZJDGJ0@172.16.16.90:32029/car_charge_order \
  --type=data