What is the best method to move daily indices into a week index after 7 days?
- shrink
- reindex
What is the best method to move daily indices into a week index after 7 days?
Shrink will not do what you are asking for. It can reduce shard count in a single index from many to one, but not from many indices to a single index.
Reindexing is the only path to what you want.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.