Kibana oss 7.2.0 service not starting

Im have tried to install kibana oss 7.2.0 on a centos machine. I have installed it as a tar.gz file and then written a service to start it up. I have previously done the same to start Kibana oss 7.0.0 and it worked perfectly fine. But it's not working with using the same procedure for Kibana oss 7.2.0.

Its giving the following log always:

sudo service kibana status
● kibana.service - LSB: start and stop kibana
Loaded: loaded (/etc/rc.d/init.d/kibana; bad; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2019-07-04 02:37:14 UTC; 3s ago
Docs: man:systemd-sysv-generator(8)
Process: 44671 ExecStop=/etc/rc.d/init.d/kibana stop (code=exited, status=0/SUCCESS)
Process: 44657 ExecStart=/etc/rc.d/init.d/kibana start (code=exited, status=0/SUCCESS)
Main PID: 44661 (code=exited, status=1/FAILURE)

Jul 04 02:37:14 java-client systemd[1]: Starting LSB: start and stop kibana...
Jul 04 02:37:14 java-client kibana[44657]: Starting Kibana Daemon: 44661
Jul 04 02:37:14 java-client systemd[1]: Started LSB: start and stop kibana.
Jul 04 02:37:14 java-client systemd[1]: kibana.service: main process exited, code=exited, status=1/FAILURE
Jul 04 02:37:14 java-client kibana[44671]: Shutting down Kibana Daemon:
Jul 04 02:37:14 java-client kibana[44671]: [FAILED]
Jul 04 02:37:14 java-client systemd[1]: Unit kibana.service entered failed state.
Jul 04 02:37:14 java-client systemd[1]: kibana.service failed.

Please let me know how to fix this

What do the actual Kibana logs show? Why don't you use an RPM/DEB that includes the service files?

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