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]#