I am not finding any data after upgrade is completed.
Could you please help me find out what did I miss while upgrading 5.6 to 6.1? I followed the steps as per this link--
https://www.elastic.co/guide/en/elasticsearch/reference/current/restart-upgrade.html
It does not say anything about indexing data so I was expecting it will be available after upgrade, did I miss anything here to get back the data (which I might have misunderstood in the documentation)?
Please help.
ps: I am in development.
GET _search
{
"took": 0,
"timed_out": false,
"_shards": {
"total": 0,
"successful": 0,
"skipped": 0,
"failed": 0
},
"hits": {
"total": 0,
"max_score": 0,
"hits": []
}
}`Preformatted text`
Thank you very much for your prompt response.