Not able to read indices

Dear Team,

I have ELK stack installed (ELK version-7.8.0) on one Linux server(say host1). Due to high severity vulnerability of apache log4j2, I have tried to install updated ELK stack (ELK version-7.16.1) on new server(say host2). I am able to create new index in Elasticsearch and also i can visualize it in Kibana. Now I need to transfer my older indices from host1(ELK version-7.8.0) to new server host2(ELK version-7.16.1). Thus I referred following steps:
1.Shut down service of Elasticsearch on host2
2.Copy the Elasticsearch index from one server(with elk 7.8.0) to another server(with elk 7.16.1)
3.Change the permission to Elasticsearch
3.Start the service of Elasticsearch on host1

But i am not able to read older indices of version 7.8.0. Can you just help me where i am wrong?
please find below information for reference:
host2-


host1-

Index is stored in following path:
host1-/elastic/nodes/0/indices
host2-/wls/nodes/0/indices
host1-java version "1.8.0_102"
host2-jdk version-openjdk version "1.8.0_242"

Kindly provide solutions to overcome this issues.

Hi Ankita,
Welcome to the community,

you can not just copy the index from one server to another with different es versions.

I would suggest you use reindex api , refer below page for more details:

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.