/elasticsearch_dump_restore

Basic bash script that uses curl and jq to dump and restore Elasticsearch indexes.

Primary LanguageShell

Simple elasticsearch Dump, Restore scripts.

Pre-requisits: bash, curl and jq

  • es-dump.sh : Creates a dump file from server/index/type
  • es-restore.sh : Restore from a type dump file into server/index/type
  • es-cp.sh : Copy from src server/index/type to destination server/index/type