Hello,
I am having problems with Kibana. My ELK stack was up and running smoothly, until I realized it was running out of disk space. Then after increasing the disk space, I see 502 Bad Gatewy
. Now after checking the status, I can see ES and LS are running, but Kibana is failing to start with the following message:
root@ELK:~# service kibana status
● kibana.service - no description given
Loaded: loaded (/lib/systemd/system/kibana.service; enabled; vendor preset: enabled)
Active: inactive (dead) (Result: exit-code) since Thu 2016-06-16 14:01:26 CEST; 3min 43s ago
Process: 1631 ExecStart=/opt/kibana/bin/kibana (code=exited, status=1/FAILURE)
Main PID: 1631 (code=exited, status=1/FAILURE)
Jun 16 14:01:25 ELK systemd[1]: kibana.service: Unit entered failed state.
Jun 16 14:01:25 ELK systemd[1]: kibana.service: Failed with result 'exit-code'.
Jun 16 14:01:26 ELK systemd[1]: kibana.service: Service hold-off time over, scheduling restart.
Jun 16 14:01:26 ELK systemd[1]: Stopped no description given.
Jun 16 14:01:26 ELK systemd[1]: kibana.service: Start request repeated too quickly.
Jun 16 14:01:26 ELK systemd[1]: Failed to start no description given.
Now, I also don't have Kibana
directory in /var/log/
. Can someone please help me?
Regards,
Iqbal