Skip to content

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

Notifications You must be signed in to change notification settings

kefahi/elasticsearch_dump_restore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages