Hi,
I have nearly 800 indices in PROD and now i have to change some mappings, is it possible to reindex all the indices at once? or do we need to reindex all one by one? and my indices are shield protected.
Thanks
Pranesh
Hi,
I have nearly 800 indices in PROD and now i have to change some mappings, is it possible to reindex all the indices at once? or do we need to reindex all one by one? and my indices are shield protected.
Thanks
Pranesh
You'll want to reindex them one by one so that you can monitor the progress, test the new indexes, and clean up the ones that you've replaced. _reindex
the API is really designed to make this whole thing easier. Not automatic.
Thanks @nik9000
I am using version 2.0.0. I dont find any api _reindex.
Could you please let me know which plugin i can use it for reindex?
It is built-in in versions >= 2.3.0.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.