An elasticdump+jq image to easily export and import data in readable form from Elasticsearch.
1.1K
Provides a Dockerfile to build a docker image allowing you to build
your own images to automate Elasticsearch import/export operations
using elasticdump and jq.
3 simple reasons:
There are no elasticdump images out there.
The community images out there often use an outdated version and have not kept up with the latest updates in the fast evolving Elastic Stack world.
I write my own automation scripts for some elasticsearch-based projets, and I need to be able to export/import data from ES easily (notably Kibana dashboards). Writing simple scripts using elasticdump and jq (to beautify on export and re-compress on import automagically) is a nice approach. So I wanted a base image including both, in their latest version.
docker pull laurentmalvert/docker-elasticdump
docker -t elasticdump .
elasticdumpdocker run \
laurentmalvert/docker-elasticdump
Content type
Image
Digest
Size
343.8 MB
Last updated
over 7 years ago
docker pull laurentmalvert/docker-elasticdump