Project

es-dump

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
The data is dumped as JSON objects into the output file
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

 Project Readme

ES-Dump

A basic ElasticSearch dump/import tool

Usage

Exporting entries

es-dump --host hostname --port port --index index_name --out index_backup.json

Importing entries (will potentially overwrite existing values!)

es-dump --host hostname --port port --index index_name --in index_backup.json

In case you have small (very large) entries, you can increase (decrease) the page size using the --pagesize #ENTRIES option.