Tool to download data from ES into CSV format
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
A default logger is always enabled to debug. log file is es_csv.log