ubuntu@ip-10-21-36-40:~$ sudo service kibana status
● kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2021-06-11 04:44:13 UTC; 28min ago
Process: 5134 ExecStart=/usr/share/kibana/bin/kibana -c /etc/kibana/kibana.yml (code=exited, status=1/FAILURE)
Main PID: 5134 (code=exited, status=1/FAILURE)
Jun 11 04:44:13 ip-10-21-36-40 systemd[1]: kibana.service: Service hold-off time over, scheduling restart.
Jun 11 04:44:13 ip-10-21-36-40 systemd[1]: kibana.service: Scheduled restart job, restart counter is at 5.
Jun 11 04:44:13 ip-10-21-36-40 systemd[1]: Stopped Kibana.
Jun 11 04:44:13 ip-10-21-36-40 systemd[1]: kibana.service: Start request repeated too quickly.
Jun 11 04:44:13 ip-10-21-36-40 systemd[1]: kibana.service: Failed with result 'exit-code'.
Jun 11 04:44:13 ip-10-21-36-40 systemd[1]: Failed to start Kibana.
ubuntu@ip-10-21-36-40:~$ journalctl -fu kibana.service
Jun 11 04:44:12 ip-10-21-36-40 kibana[5134]: at exports.default (/usr/share/kibana/src/cli/serve/read_yaml_config.js:10:23)
Jun 11 04:44:12 ip-10-21-36-40 kibana[5134]: at readServerSettings (/usr/share/kibana/src/cli/serve/serve.js:48:51)
Jun 11 04:44:12 ip-10-21-36-40 systemd[1]:
Jun 11 04:44:12 ip-10-21-36-40 systemd[1]:
Jun 11 04:44:13 ip-10-21-36-40 systemd[1]: kibana.service: Service hold-off time over, scheduling restart.
Jun 11 04:44:13 ip-10-21-36-40 systemd[1]: kibana.service: Scheduled restart job, restart counter is at 5.
Jun 11 04:44:13 ip-10-21-36-40 systemd[1]: Stopped Kibana.
Jun 11 04:44:13 ip-10-21-36-40 systemd[1]:
Jun 11 04:44:13 ip-10-21-36-40 systemd[1]: .
Jun 11 04:44:13 ip-10-21-36-40 systemd[1]: Failed to start Kibana.when I start kibana service i get the following errors
Please help me in resolving this issue
ASKER
Jun 16 06:21:37 ip-10-21-36-40 kibana[12838]: # Set the value of this setting ...
Jun 16 06:21:37 ip-10-21-36-40 kibana[12838]: FATAL CLI ERROR YAMLException: can not read a block mapping entry; a multiline key may not be an implicit key at line 89, column 1:
Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.
TRUSTED BY
ASKER
Apologies for the delayed response. I think It is throwing error on kibana source code, Could you please tell me how to get the logs. Please see below the kibana yml file settings
Open in new window
secondly I had changed the ownership of kibana.log to kibanawith the following command
sudo chown kibana:kibana kibana.log
and then restarted kibana with the following command
sudo service kibana stop
sudo service kibana start
Please see below the nginx settings
Open in new window
still it is not starting and kibana.log is emptythe same settings work on the test machine. I don't know what I miss.
Please suggest what can done
Any help is highly appriciated.