Kibana 4.0 start fails with index_not_found_exception

Settting up Elasticsearch 2.3 with Kibana 4.0. Elasticsearch is up and running, but kibana start fails with index_not_found_exception.

Please provide inputs to troubleshoot/fix this issue

[root@ec2-52-54-92-0 config]# ../bin/kibana
{"@timestamp":"2019-01-29T15:08:44.628Z","level":"fatal","message":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":".kibana","index":".kibana"}],"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":".kibana","index":".kibana"},"node_env":"production","error":{"message":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":".kibana","index":".kibana"}],"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":".kibana","index":".kibana"},"name":"Error","stack":"Error: [object Object]\n at respond (/root/kibana-4.0.0-linux-x64/src/node_modules/elasticsearch/src/lib/transport.js:235:15)\n at checkRespForFailure (/root/kibana-4.0.0-linux-x64/src/node_modules/elasticsearch/src/lib/transport.js:203:7)\n at HttpConnector. (/root/kibana-4.0.0-linux-x64/src/node_modules/elasticsearch/src/lib/connectors/http.js:156:7)\n at IncomingMessage.bound (/root/kibana-4.0.0-linux-x64/src/node_modules/elasticsearch/node_modules/lodash-node/modern/internals/baseBind.js:56:17)\n at IncomingMessage.emit (events.js:117:20)\n at _stream_readable.js:944:16\n at process._tickCallback (node.js:442:13)\n"}}
[1]+ Exit 1 ../bin/kibana

Elasticsearch works fine

[root@ec2-52-54-92-0 config]# curl http://ec2-18-212-75-236.compute-1.amazonaws.com:9200/
{
"name" : "Mentor",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "2.3.4",
"build_hash" : "e455fd0c13dceca8dbbdbb1665d068ae55dabe3f",
"build_timestamp" : "2016-06-30T11:24:31Z",
"build_snapshot" : false,
"lucene_version" : "5.5.0"
},
"tagline" : "You Know, for Search"
}
[root@ec2-52-54-92-0 config]#

I think you should be using Kibana 4.5 with ES 2.3, so that might be part of the problem. Have not used that old version in a very long time though, so will not be able to help much more than that.

Thank you christian, Will test with Kibana 4.5
Also please let me know which logstash version needs to be used with ES 2.3

Those versions are quite old and have been unsupported for quite a while, so I do not remember. I would recommend looking at the support matrix for this. I would also recommend upgrading.

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