Kibana stopped working - all shards failed error

Hello Guys,
My kibana stopped working, even though my elastic serach is running fine. It had deleted some records using delete_query, is that the issue??
The error logs are
error [12:00:09.801] [warning][stats-collection] [no_shard_available_action_exception] No shard available for [get [.kibana][doc][kql-telemetry:kql-telemetry]: routing [null]] :: {"path":"/.kibana/doc/kql-telemetry%3Akql-telemetry","query":{},"statusCode":503,"response":"{"error":{"root_cause":[{"type":"no_shard_available_action_exception","reason":"No shard available for [get [.kibana][doc][kql-telemetry:kql-telemetry]: routing [null]]"}],"type":"no_shard_available_action_exception","reason":"No shard available for [get [.kibana][doc][kql-telemetry:kql-telemetry]: routing [null]]"},"status":503}"}
at respond (/home/misha/Desktop/elk/kibana-6.5.1-linux-x86_64/node_modules/elasticsearch/src/lib/transport.js:308:15)
at checkRespForFailure (/home/misha/Desktop/elk/kibana-6.5.1-linux-x86_64/node_modules/elasticsearch/src/lib/transport.js:267:7)
at HttpConnector. (/home/misha/Desktop/elk/kibana-6.5.1-linux-x86_64/node_modules/elasticsearch/src/lib/connectors/http.js:165:7)
at IncomingMessage.wrapper (/home/misha/Desktop/elk/kibana-6.5.1-linux-x86_64/node_modules/elasticsearch/node_modules/lodash/lodash.js:4949:19)
at emitNone (events.js:111:20)
at IncomingMessage.emit (events.js:208:7)
at endReadableNT (_stream_readable.js:1064:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
.............................................................

I believe you're running into this issue: https://github.com/elastic/kibana/issues/26453

Upgrading to 6.5.3 should fix your issue.

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