Skip to content

Load and dump index contents #16

Description

@taliaferro

In some cases (particularly when working across an airgap) it is useful to dump and import the entire contents of an Elasticsearch index wholesale.
This should not be included in the system_dump (dumping every single document in the cluster is obviously a very time-consuming process) but rather a separate operation to be run on smaller indices (for example, indices used as part of enrich processors.)

For inspiration, look to TaskRabbit's elasticsearch-dump which does exactly this. It uses the Scroll API which Elasticsearch includes precisely to enable these kinds of large data processing workloads.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions