Failed to start Kibana 7.0.1

Hi,

Today I did a new installation of ELK (7.0.1) but kibana does not start (elasticsearch and logstash is OK):

SO: Centos 7

[root@localhost ~]# systemctl status kibana
● kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: disabled)
Active: failed (Result: start-limit) since mié 2019-05-08 17:20:52 -04; 19min ago
Main PID: 60261 (code=exited, status=1/FAILURE)

may 08 17:20:52 localhost.localdomain systemd[1]: Unit kibana.service entered failed state.
may 08 17:20:52 localhost.localdomain systemd[1]: kibana.service failed.
may 08 17:20:52 localhost.localdomain systemd[1]: kibana.service holdoff time over, scheduling restart.
may 08 17:20:52 localhost.localdomain systemd[1]: Stopped Kibana.
may 08 17:20:52 localhost.localdomain systemd[1]: start request repeated too quickly for kibana.service
may 08 17:20:52 localhost.localdomain systemd[1]: Failed to start Kibana.
may 08 17:20:52 localhost.localdomain systemd[1]: Unit kibana.service entered failed state.
may 08 17:20:52 localhost.localdomain systemd[1]: kibana.service failed.
may 08 17:22:59 localhost.localdomain systemd[1]: [/etc/systemd/system/kibana.service:3] Unknown lvalue 'StartLimitIntervalSec' in section 'Unit'
may 08 17:22:59 localhost.localdomain systemd[1]: [/etc/systemd/system/kibana.service:4] Unknown lvalue 'StartLimitBurst' in section 'Unit'
[root@localhost ~]#

Thanks in advance

What do your Kibana logs show?

{"type":"log","@timestamp":"2019-05-08T20:54:08Z","tags":["info","monitoring-ui","kibana-monitoring"],"pid":55430,"message":"Starting monitoring stats collection"}
{"type":"log","@timestamp":"2019-05-08T20:54:08Z","tags":["status","plugin:security@7.0.1","info"],"pid":55430,"state":"green","message":"Status changed from yellow to green - Ready","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2019-05-08T20:54:08Z","tags":["status","plugin:maps@7.0.1","info"],"pid":55430,"state":"green","message":"Status changed from yellow to green - Ready","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2019-05-08T20:54:08Z","tags":["license","info","xpack"],"pid":55430,"message":"Imported license information from Elasticsearch for the [monitoring] cluster: mode: basic | status: active"}
{"type":"log","@timestamp":"2019-05-08T20:54:09Z","tags":["reporting","browser-driver","warning"],"pid":55430,"message":"Enabling the Chromium sandbox provides an additional layer of protection."}
{"type":"log","@timestamp":"2019-05-08T20:54:09Z","tags":["reporting","warning"],"pid":55430,"message":"Generating a random key for xpack.reporting.encryptionKey. To prevent pending reports from failing on restart, please set xpack.reporting.encryptionKey in kibana.yml"}
{"type":"log","@timestamp":"2019-05-08T20:54:09Z","tags":["status","plugin:reporting@7.0.1","info"],"pid":55430,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2019-05-08T20:54:09Z","tags":["info","task_manager"],"pid":55430,"message":"Installing .kibana_task_manager index template version: 7000199."}
{"type":"log","@timestamp":"2019-05-08T20:54:09Z","tags":["info","task_manager"],"pid":55430,"message":"Installed .kibana_task_manager index template: version 7000199 (API version 1)"}
{"type":"log","@timestamp":"2019-05-08T20:54:10Z","tags":["info","migrations"],"pid":55430,"message":"Creating index .kibana_1."}
{"type":"log","@timestamp":"2019-05-08T20:54:10Z","tags":["info","migrations"],"pid":55430,"message":"Pointing alias .kibana to .kibana_1."}
{"type":"log","@timestamp":"2019-05-08T20:54:10Z","tags":["info","migrations"],"pid":55430,"message":"Finished in 132ms."}
{"type":"log","@timestamp":"2019-05-08T20:54:10Z","tags":["listening","info"],"pid":55430,"message":"Server running at http://localhost:5601"}
{"type":"log","@timestamp":"2019-05-08T20:54:10Z","tags":["status","plugin:spaces@7.0.1","info"],"pid":55430,"state":"green","message":"Status changed from yellow to green - Ready","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}

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