Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

NeowayLabs/es-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES-Export

This tool will export your data from Elastic Search to CSV file. You can choose if you need export a whole index or only a type.

Usage

./es-export \
    -host=<source-elastic-search> \
    -index=<index-name> \
    -type=<type-name> \
    -output=<output-file>
  • -host: source of data to export

  • -index: name of index to export

  • -type: name of type inside of to export

  • -output: name of csv file to write

About

Go tool to export ElasticSearch indices to CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published