Kibana service goes down & result in systemctl daemon-reload (without any changes)

[elasticsearch@gcp6207hdfqa02 ~]$ sudo systemctl status kibana.service -l
ā— kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: disabled)
Active: inactive (dead) since Fri 2019-04-05 05:42:09 UTC; 28min ago
Process: 3131 ExecStart=/usr/share/kibana/bin/kibana -c /etc/kibana/kibana.yml (code=exited, status=0/SUCCESS)
Main PID: 3131 (code=exited, status=0/SUCCESS)

Apr 05 05:41:19 <hostname -f> kibana[3131]: {"type":"response","@timestamp":"2019-04-05T05:41:19Z","tags":,"pid":3131,"method":"get","statusCode":304,"req":{"url":"/ui/fonts/open_sans/open_sans_v15_latin_600.woff2","method":"get","headers":{"host":"<hostname -i>:5601","connection":"keep-alive","origin":"http://<hostname -i>:5601","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36","accept":"/","referer":"http://<hostname -i>:5601/app/kibana","accept-encoding":"gzip, deflate","accept-language":"en-US,en;q=0.9","if-none-match":""24234c1c81b3948758c1a0be8e5a65386ca94c52"","if-modified-since":"Thu, 21 Mar 2019 16:01:09 GMT"},"remoteAddress":"<ip_addr>","userAgent":"<ip_addr>","referer":"http://<hostname -i>:5601/app/kibana"},"res":{"statusCode":304,"responseTime":4,"contentLength":9},"message":"GET /ui/fonts/open_sans/open_sans_v15_latin_600.woff2 304 4ms - 9.0B"}
Apr 05 05:42:09 <hostname -f> systemd[1]: Stopping Kibana...
Apr 05 05:42:09 <hostname -f> systemd[1]: Stopped Kibana.
Warning: kibana.service changed on disk. Run 'systemctl daemon-reload' to reload units.

Issue resolved as it was due to auto upgrade of kibana service via yum-cron which leads to system daemon-reload.
for auto-upgrade issue refer to ElasticSearch, Kibana & Logstash Auto-Upgrading

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