I tried to copy a closed index to a backup elasticsearch instance.
I just used SCP and copied the Index folder to the same folder of the
backup server.
When I try to reopen the index on the backup server using '-XPOST
/logstash-2014.10.11/_open', I get the IndexNotFoundException. When I use
-XPUT to create the index the index will be generated but Elasticsearch
won't use the existing Data in the folder, so the doc.count is 0.
health index pri rep docs.count docs.deleted store.size pri.store.size
yellow logstash-provisioningmanager-2014.10.29 5 1 0 0 575b 575b
Since I have no space left on my primary elasticsearch server, I just want
to move the indices, without using a repository. Is this even possible?
I tried to copy a closed index to a backup elasticsearch instance.
I just used SCP and copied the Index folder to the same folder of the
backup server.
When I try to reopen the index on the backup server using '-XPOST
/logstash-2014.10.11/_open', I get the IndexNotFoundException. When I use
-XPUT to create the index the index will be generated but Elasticsearch
won't use the existing Data in the folder, so the doc.count is 0.
health index pri rep docs.count docs.deleted store.size pri.store.size
yellow logstash-provisioningmanager-2014.10.29 5 1 0 0 575b 575b
Since I have no space left on my primary elasticsearch server, I just want
to move the indices, without using a repository. Is this even possible?
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.