Kibana need to restart after a period of inactivity

Hi all,

I have a problem on Kibana.
I started Kibana as a service and everything works well.
After a period of inactivity (so every morning), when I try to logged on Kibana, the application restart and I have to wait some minutes before access on it.
Has anyone ever encountered this problem?

Thanks in advance

Welcome to our community! :smiley:

What do your Kibana logs show before and after this happens?

Here is my logs using journalctl:
Jun 10 16:51:44 s11240m0 kibana[10460]: {"type":"response","@timestamp":"2021-06-10T14:51:44Z","tags":,"pid":10460,"method":"get","statusCode":304,"req":{"url":"/bundles/kbn-
Jun 10 16:56:23 s11240m0 kibana[10460]: {"type":"response","@timestamp":"2021-06-10T14:56:22Z","tags":,"pid":10460,"method":"post","statusCode":200,"req":{"url":"/elasticsear
Jun 10 16:56:56 s11240m0 kibana[10460]: {"type":"response","@timestamp":"2021-06-10T14:56:56Z","tags":,"pid":10460,"method":"post","statusCode":200,"req":{"url":"/elasticsear
Jun 10 16:56:56 s11240m0 kibana[10460]: {"type":"response","@timestamp":"2021-06-10T14:56:56Z","tags":,"pid":10460,"method":"post","statusCode":200,"req":{"url":"/elasticsear
Jun 10 16:57:08 s11240m0 kibana[10460]: {"type":"response","@timestamp":"2021-06-10T14:57:08Z","tags":,"pid":10460,"method":"post","statusCode":200,"req":{"url":"/elasticsear
Jun 11 06:00:03 s11240m0 systemd[1]: kibana.service: main process exited, code=exited, status=1/FAILURE
Jun 11 06:00:03 s11240m0 systemd[1]: Unit kibana.service entered failed state.
Jun 11 06:00:03 s11240m0 systemd[1]: kibana.service failed.
Jun 11 06:00:06 s11240m0 systemd[1]: kibana.service holdoff time over, scheduling restart.
Jun 11 06:00:06 s11240m0 systemd[1]: Started Kibana.
Jun 11 06:00:06 s11240m0 systemd[1]: Starting Kibana...
Jun 11 06:00:12 s11240m0 kibana[22994]: {"type":"log","@timestamp":"2021-06-11T04:00:12Z","tags":["info","plugins-service"],"pid":22994,"message":"Plugin "case" is disabled."

Last log is on 10 June at 16h57 and the server restart on 11 June at 6h00

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