I need some advice, I have to perform reindexing operation after upgrading the ES from v5 to v6. But while doing the reindexing i am getting the some mapping error. I am not very much sure which part should i update in the mapping so that reindexing can be acceptable by v6?
As @warkolm stated, you should use directly the 8.8.1 version and use the reindex from remote api.
It does not make a lot of sense to reindex multiple times actually....
@dadoonet I tried this approach and seems like index not found error i was getting.
I followed this page added remote server info to ES.yml file on source side where i have lower ES version(v5.6) and setup ES on destination side with(v8.7).
After that executed remote index api on the source side, but it was not working.
Is this the correct way to use remote index api and Is it possible to use between v5.6 and v8.7
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.