Skip to content

t-velmachos/py-elastic-reindex-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automate the Reindexing Process with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published