Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Dump remote Elasticsearch data

Roxas Shadow edited this page Nov 30, 2016 · 1 revision
if [ -z "$1" ]; then
  echo "Usage: <$0> [REMOTE_ES_URL]"
  exit
fi

npm install elasticdump -g
elasticdump \
  --input="$1/honeypot_production_talents" \
  --output="http://localhost:9200/honeypot_dev_talents" \
  --type=data
Clone this wiki locally