Kibana failed to start

when starting Kibana go down with below error

om uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2020-04-27T20:24:38Z","tags":["status","plugin:elasticsearch@7.2.0","info"],"pid":128069,"state":"green","message":"Status change
d from yellow to green - Ready","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2020-04-27T20:24:38Z","tags":["fatal","root"],"pid":128069,"message":"TypeError: Object.entries(...)[0] is not iterable\n at f
etchInfo (/webMethods105/EXTAPIGW/profiles/IS_default/apigateway/dashboard/src/legacy/server/saved_objects/migrations/core/elastic_index.js:69:56)\n at pr
ocess._tickCallback (internal/process/next_tick.js:68:7)"}

FATAL TypeError: Object.entries(...)[0] is not iterable

Hi and welcome to our community!

Seems there is an issue in the migration of Kibana's dashboards. So the first info we'd need is, from which version do you upgrade?

Thx & Best,
Matthias

Fixed after updating kibana.yml (kibana.index)
i updated the variable of kibana.index to be "gateway_default_dashboard" then restarted kibana and its working now

the problem was with creating kibana index with wrong name.

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