System services

For proper operation OP5 Log Analytics requires starting the following system services:

  • elasticsearch.service - we can run it with a command:

    systemctl start elasticsearch.service

    we can check its status with a command:

    systemctl status elasticsearch.service

  • kibana.service - we can run it with a command:

    systemctl start kibana.service

    we can check its status with a command:

    systemctl status kibana.service

  • logstash.service - we can run it with a command:

    systemctl start logstash.service

    we can check its status with a command:

    systemctl status logstash.service