Recently moved from 6.5.1 version to 6.5.2 and again back to 6.5.1 . Seems index got corrupted. Cannot get back previous dashboard. Can see below error from Elastic search container, after which kibana container crashes.
2018-12-12T07:48:05,964][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [lang-painless]
[2018-12-12T07:48:05,964][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [mapper-extras]
[2018-12-12T07:48:05,964][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [parent-join]
[2018-12-12T07:48:05,964][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [percolator]
[2018-12-12T07:48:05,964][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [rank-eval]
[2018-12-12T07:48:05,964][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [reindex]
[2018-12-12T07:48:05,965][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [repository-url]
[2018-12-12T07:48:05,965][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [transport-netty4]
[2018-12-12T07:48:05,965][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [tribe]
[2018-12-12T07:48:05,965][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [x-pack-ccr]
[2018-12-12T07:48:05,965][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [x-pack-core]
[2018-12-12T07:48:05,965][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [x-pack-deprecation]
[2018-12-12T07:48:05,966][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [x-pack-graph]
[2018-12-12T07:48:05,966][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [x-pack-logstash]
[2018-12-12T07:48:05,966][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [x-pack-ml]
[2018-12-12T07:48:05,966][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [x-pack-monitoring]
[2018-12-12T07:48:05,966][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [x-pack-rollup]
[2018-12-12T07:48:05,966][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [x-pack-security]
[2018-12-12T07:48:05,967][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [x-pack-sql]
[2018-12-12T07:48:05,967][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [x-pack-upgrade]
[2018-12-12T07:48:05,967][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded module [x-pack-watcher]
[2018-12-12T07:48:05,967][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded plugin [ingest-geoip]
[2018-12-12T07:48:05,967][INFO ][o.e.p.PluginsService ] [OdXwL6G] loaded plugin [ingest-user-agent]
[2018-12-12T07:48:20,516][INFO ][o.e.x.s.a.s.FileRolesStore] [OdXwL6G] parsed [0] roles from file [/usr/share/elasticsearch/config/roles.yml]
[2018-12-12T07:48:21,833][INFO ][o.e.x.m.j.p.l.CppLogMessageHandler] [OdXwL6G] [controller/72] [Main.cc@109] controller (64 bit): Version 6.5.1 (Build 1c5fe241dd9aea) Copyright (c) 2018 Elasticsearch BV
[2018-12-12T07:48:28,500][INFO ][o.e.d.DiscoveryModule ] [OdXwL6G] using discovery type [single-node] and host providers [settings]
[2018-12-12T07:48:30,725][INFO ][o.e.n.Node ] [OdXwL6G] initialized
[2018-12-12T07:48:30,727][INFO ][o.e.n.Node ] [OdXwL6G] starting ...
[2018-12-12T07:48:31,027][INFO ][o.e.t.TransportService ] [OdXwL6G] publish_address {192.168.176.2:9300}, bound_addresses {0.0.0.0:9300}
[2018-12-12T07:48:32,166][INFO ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [OdXwL6G] publish_address {192.168.176.2:9200}, bound_addresses {0.0.0.0:9200}
[2018-12-12T07:48:32,167][INFO ][o.e.n.Node ] [OdXwL6G] started
[2018-12-12T07:48:34,009][WARN ][r.suppressed ] [OdXwL6G] path: /.reporting-/esqueue/_search, params: {index=.reporting-, type=esqueue, version=true}
org.elasticsearch.cluster.block.ClusterBlockException: blocked by: [SERVICE_UNAVAILABLE/1/state not recovered / initialized];
at org.elasticsearch.cluster.block.ClusterBlocks.globalBlockedException(ClusterBlocks.java:166) ~[elasticsearch-6.5.1.jar:6.5.1]
at org.elasticsearch.cluster.block.ClusterBlocks.globalBlockedRaiseException(ClusterBlocks.java:152) ~[elasticsearch-6.5.1.jar:6.5.1]
at
If I point it to new indices folder everything works fine. Please help/provide suggestion to resolve the issue