Kibana not started

I recently upgraded elk from 7.7.0 to 7.8.0
The elasticsearch is working fine but when I try to start kibana it shows following error. Please help
FATAL Error: [config validation of [xpack.reporting].enabled]: definition for this key is missing

I try to check the status of kibana and found following status
[root@localhost covid]# systemctl status kibana
● kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2020-06-20 15:30:56 +0545; 5s ago
Main PID: 111790 (node)
Tasks: 11
CGroup: /system.slice/kibana.service
└─111790 /usr/share/kibana/bin/../node/bin/node /usr/share/kibana/bin/../src/cli

Jun 20 15:30:56 localhost.localdomain systemd[1]: Started Kibana.
Jun 20 15:31:00 localhost.localdomain kibana[111790]: {"type":"log","@timestamp":"2020-06-20T09:46:00Z","tags":["warn...ss"}
Jun 20 15:31:00 localhost.localdomain kibana[111790]: {"type":"log","@timestamp":"2020-06-20T09:46:00Z","tags":["warn...ui"}
Hint: Some lines were ellipsized, use -l to show in full.
[root@localhost covid]# systemctl status kibana
● kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2020-06-20 15:30:56 +0545; 10s ago
Main PID: 111790 (node)
Tasks: 11
CGroup: /system.slice/kibana.service
└─111790 /usr/share/kibana/bin/../node/bin/node /usr/share/kibana/bin/../src/cli

Jun 20 15:30:56 localhost.localdomain systemd[1]: Started Kibana.
Jun 20 15:31:00 localhost.localdomain kibana[111790]: {"type":"log","@timestamp":"2020-06-20T09:46:00Z","tags":["warn...ss"}
Jun 20 15:31:00 localhost.localdomain kibana[111790]: {"type":"log","@timestamp":"2020-06-20T09:46:00Z","tags":["warn...ui"}
Jun 20 15:31:06 localhost.localdomain kibana[111790]: {"type":"log","@timestamp":"2020-06-20T09:46:06Z","tags":["fata...ype.
Jun 20 15:31:06 localhost.localdomain kibana[111790]: FATAL Error: [config validation of [xpack.reporting].enabled]:...sing
Hint: Some lines were ellipsized, use -l to show in full.
[root@localhost covid]#

We are seeing the same issue. Installed via docker containers.

We had the following config in our kibana config file:

xpack.reporting.enabled: true

Commenting out / removing this and restarting Kibana got the instance running again.

This might be a documentation issue in 7.8 perhaps?

@tsullivan @joelgriffith Has this option changed in 7.8 and there are perhaps some documentation missnig for it?

Update: There seem to be an issue for that logged already, that you can follow: https://github.com/elastic/kibana/issues/69621

1 Like

I commented on the issue that this was an overlooked bug that came about from Kibana Platform migration. Sorry about that!

Commenting out #xpack.reporting.enabled: false and restarting kibana resolve the issue.
Thanks for the help

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