Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 868 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 868 Bytes

py-elastic-reindex-script

Automate the Reindexing Process with Python

DISCLAIMER

This script is under development, I cannot provide any guarantees that the script will work properly (will not create any problems), so use it at your own risk

How to run the following script:

  1. Start by adding a new indice file inside the indices directory
  2. Update the index_config.json file To explain the properties "":{ "idx_name": "", # add the name of the index you want to reindex "dst_name": "", # add the name of the tmp index, it is used only for storing the data until you recreate the indice <idx_name> "indexfile": "indices/" # specify the path of the indice file, remember change only the part }
  3. Update the start.sh # add the necessary information
  4. finally run the script