Technical Note: ZoneFox 4.0 - How to check the health of Kafka and Logstash
Description
Scope
Solution
How to check the health of Kafka and Logstash
Scope
Troubleshooting
Solution
Kafka and Logstash will typically be running on your processing Linux server(s).
- Open a shell prompt on the appropriate server(s)
- Check the kafka and logstash services are running, using the commands:
systemctl status kafka
systemctl status logstash - If any services are not running, start them (as the root user):
systemctl start kafka
systemctl start logstash
If you still experience problems, please create a Technical Assistance Ticket through the Support Portal, or contact the Support team.
