Kibana index failing during startup

i am seeing kibana index failing during startup in my kibana.yml file i have

kibana.index: "support.kibana"

here is the log from kibana,

{"type":"log","@timestamp":"2017-03-07T03:39:50Z","tags":["status","plugin:kibana@5.2.0","info"],"pid":11904,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-03-07T03:39:50Z","tags":["status","plugin:elasticsearch@5.2.0","info"],"pid":11904,"state":"yellow","message":"Status changed from uninitialized to yellow - Waiting for Elasticsearch","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-03-07T03:39:50Z","tags":["status","plugin:xpack_main@5.2.0","info"],"pid":11904,"state":"yellow","message":"Status changed from uninitialized to yellow - Waiting for Elasticsearch","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-03-07T03:39:50Z","tags":["status","plugin:searchprofiler@5.2.0","info"],"pid":11904,"state":"yellow","message":"Status changed from uninitialized to yellow - Waiting for Elasticsearch","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-03-07T03:39:50Z","tags":["status","plugin:tilemap@5.2.0","info"],"pid":11904,"state":"yellow","message":"Status changed from uninitialized to yellow - Waiting for Elasticsearch","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-03-07T03:39:51Z","tags":["status","plugin:console@5.2.0","info"],"pid":11904,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-03-07T03:39:51Z","tags":["status","plugin:timelion@5.2.0","info"],"pid":11904,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-03-07T03:39:51Z","tags":["listening","info"],"pid":11904,"message":"Server running at http://ipselsprd01:5601"}
{"type":"log","@timestamp":"2017-03-07T03:39:51Z","tags":["status","ui settings","info"],"pid":11904,"state":"yellow","message":"Status changed from uninitialized to yellow - Elasticsearch plugin is yellow","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-03-07T03:39:55Z","tags":["status","plugin:xpack_main@5.2.0","info"],"pid":11904,"state":"yellow","message":"Status changed from yellow to yellow - No existing Kibana index found","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2017-03-07T03:39:55Z","tags":["status","plugin:searchprofiler@5.2.0","info"],"pid":11904,"state":"yellow","message":"Status changed from yellow to yellow - No existing Kibana index found","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2017-03-07T03:39:55Z","tags":["status","plugin:tilemap@5.2.0","info"],"pid":11904,"state":"yellow","message":"Status changed from yellow to yellow - No existing Kibana index found","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2017-03-07T03:39:55Z","tags":["status","plugin:elasticsearch@5.2.0","info"],"pid":11904,"state":"yellow","message":"Status changed from yellow to yellow - No existing Kibana index found","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2017-03-07T03:40:26Z","tags":["status","plugin:xpack_main@5.2.0","error"],"pid":11904,"state":"red","message":"Status changed from yellow to red - Unable to create Kibana index "support.kibana"","prevState":"yellow","prevMsg":"No existing Kibana index found"}
{"type":"log","@timestamp":"2017-03-07T03:40:26Z","tags":["status","plugin:searchprofiler@5.2.0","error"],"pid":11904,"state":"red","message":"Status changed from yellow to red - Unable to create Kibana index "support.kibana"","prevState":"yellow","prevMsg":"No existing Kibana index found"}
{"type":"log","@timestamp":"2017-03-07T03:40:26Z","tags":["status","plugin:tilemap@5.2.0","error"],"pid":11904,"state":"red","message":"Status changed from yellow to red - Unable to create Kibana index "support.kibana"","prevState":"yellow","prevMsg":"No existing Kibana index found"}
{"type":"log","@timestamp":"2017-03-07T03:40:26Z","tags":["status","plugin:elasticsearch@5.2.0","error"],"pid":11904,"state":"red","message":"Status changed from yellow to red - Unable to create Kibana index "support.kibana"","prevState":"yellow","prevMsg":"No existing Kibana index found"}
{"type":"log","@timestamp":"2017-03-07T03:40:26Z","tags":["status","ui settings","error"],"pid":11904,"state":"red","message":"Status changed from yellow to red - Elasticsearch plugin is red","prevState":"yellow","prevMsg":"Elasticsearch plugin is yellow"}
{"type":"log","@timestamp":"2017-03-07T03:40:28Z","tags":["status","plugin:xpack_main@5.2.0","error"],"pid":11904,"state":"red","message":"Status changed from red to red - [search_phase_execution_exception] all shards failed","prevState":"red","prevMsg":"Unable to create Kibana index "support.kibana""}
{"type":"log","@timestamp":"2017-03-07T03:40:28Z","tags":["status","plugin:searchprofiler@5.2.0","error"],"pid":11904,"state":"red","message":"Status changed from red to red - [search_phase_execution_exception] all shards failed","prevState":"red","prevMsg":"Unable to create Kibana index "support.kibana""}
{"type":"log","@timestamp":"2017-03-07T03:40:28Z","tags":["status","plugin:tilemap@5.2.0","error"],"pid":11904,"state":"red","message":"Status changed from red to red - [search_phase_execution_exception] all shards failed","prevState":"red","prevMsg":"Unable to create Kibana index "support.kibana""}
{"type":"log","@timestamp":"2017-03-07T03:40:28Z","tags":["status","plugin:elasticsearch@5.2.0","error"],"pid":11904,"state":"red","message":"Status changed from red to red - [search_phase_execution_exception] all shards failed","prevState":"red","prevMsg":"Unable to create Kibana index "support.kibana""}

because of this i see in below exception ES log

[r.suppressed ] path: /support.kibana/config/_search, params: {index=support.kibana, type=config}
org.elasticsearch.action.search.SearchPhaseExecutionException: all shards failed

[master01] All shards failed for phase: [query_fetch]
org.elasticsearch.action.NoShardAvailableActionException: null

can someone help me out here as i am really struck with this from last couple of days , i have similar settings in other environments and don't see above issues, i am using ES and Kibana 5.2.0

It looks like you have X-pack installed. After doing so did you update the

elasticsearch.username: "user"
elasticsearch.password: "pass"

in the kibana.yaml

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