Skip to content

sumannewton/ES-to-CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ES-to-CSV

Tool to download data from ES into CSV format

How to use this tool?

Step 1: Download Source code (both config.yml and es_to_csv.py)
Step 2: Go through config.yml to understand the configurations required
Step 3: Provide Index name in config.yml
Step 4: Configure other parameters accordingly
Step 5: Run python command: "python es_to_csv_plugin.py" to start the script
Step 6: Hurray! Data is downloaded from ES to CSV
Step 7: Output is stored in "es_csv.csv" file in output_dir

Logs

A default logger is always enabled to debug. log file is es_csv.log

About

Tool to download data from Elasticsearch into CSV format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages