Skip to content

Services status check

Peter Manev edited this page Dec 14, 2017 · 4 revisions

A basic check of the service status would show if all the critical services are up and running:

systemctl status suricata
systemctl status elasticsearch
systemctl status logstash
systemctl status kibana
supervisorctl status scirius
systemctl status evebox

Or in one shot:

systemctl status suricata elasticsearch logstash kibana evebox && \
supervisorctl status scirius
Clone this wiki locally