You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
Kibana PID file (/var/run/kibana.pid) often contains an old PID number. The ClearOS API does not like this situation and considers the process dead or stopped. As a final check, ClearOS also checks for the process name. Unfortunately, Kibana only has generic process names -- here's the "ps" output:
Due to issue #1, we have removed PID file support in the daemon
configlet. In addition, the process name has been changed to
correctly identify the Kibana process.
#1
Kibana PID file (/var/run/kibana.pid) often contains an old PID number. The ClearOS API does not like this situation and considers the process dead or stopped. As a final check, ClearOS also checks for the process name. Unfortunately, Kibana only has generic process names -- here's the "ps" output:
/opt/kibana/bin/../node/bin/node /opt/kibana/bin/../src/cli
The ClearOS API will be updated to handle this situation, but the /var/run/kibana.pid file should reflect what's running on the system.
The text was updated successfully, but these errors were encountered: