Hello,
We have indices created in ES 6 (external SAN storage) and we are about to create the latest LTS ES cluster on ES 8. can the data / indexes created in ES6 be read and used with ES 8?
Hello,
We have indices created in ES 6 (external SAN storage) and we are about to create the latest LTS ES cluster on ES 8. can the data / indexes created in ES6 be read and used with ES 8?
No. Elasticsearch only supports reading indices created in the previous major version. There is a commercial feature that provides limited access to older indices, but that is not available with the free Basic license.
can he upgrade from es6 to es7 and then to es8?
Your set of options here are (roughly):
question:
Do I have to re-index the data one index at a time or can i grab all the indices and reindex them into my new environment?
Do i run the reindex from my ingest nodes on from my new cluster?
I have my new cluster stood up, but of course when I went to point to the data, the data nodes broke due to incompatibility. So I have both environments stood up.
Not familiar with the ReIndex methods, i was looking at the docs, but didn't see how I can reindex to the new IP (Cluster) from the old IP (Cluster)
OR, would it be best to build a temp 1 cluster machine with ES 7 and point it to the old cluster SAN Store and run the temp cluster and allow it to index all the data into the 7.x format and once complete, turn back on the new cluster and go from there?
I linked to the docs for reindexing from a remote cluster. Are there particularly parts that don't make sense, or a specific step you're stuck on?
So with reindexing do I need to do it manually index by index. We have a few hundred indexes.
Our data is mnt into an external san storage mount and not on the individual nodes. If I standup a new cluster 7.17 and point the data nodes to the external drive, wouldn’t that handle the data and so forth?
Thanks for all your help on this.
Thanks for that answer.
Would I have to do a Reindex if…
Our data is mnt into an external san storage mount and not on the individual nodes. If I standup a new cluster 7.17 and point the data nodes to the external drive, wouldn’t that handle the data and so forth?
Thanks for all your help on this.
Also
Is reindexing a slow process?
© 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.