1 dépôt
Capabilities for exporting multiple search indices, including their mappings and analyzers, to local storage.
Distinct from Versioned Indices: No candidates addressed bulk export of search indices; candidates were mostly about UI indicators or vector indices.
Explore 1 awesome GitHub repository matching data & databases · Bulk Index Export. Refine with filters or upvote what's useful.
elasticsearch-dump is a command line tool for importing, exporting, and transferring data between Elasticsearch and OpenSearch instances. It functions as an index dump utility that saves documents, mappings, and analyzers to local files or standard output. The tool enables the movement of data between clusters using local files as an intermediary and can flatten nested JSON documents into CSV files for external analysis. It allows for the modification or anonymization of documents during the transfer process through the use of custom JavaScript functions. The utility covers data extraction a
Dumps data, mappings, and analyzers from multiple indices simultaneously to a local directory using regular expressions.