System services¶
For proper operation Energy Log Server requires starting the following system services:
elasticsearch.service - we can run it with a command:
systemctl start elasticsearch.servicewe can check its status with a command:
systemctl status elasticsearch.service
kibana.service - we can run it with a command:
systemctl start kibana.servicewe can check its status with a command:
systemctl status kibana.service
logstash.service - we can run it with a command:
systemctl start logstash.servicewe can check its status with a command:
systemctl status logstash.service