Nagios Log Server Logstash Inputs Monitoring
Posted: Tue Feb 11, 2020 12:33 pm
Hi Team,
We use gelf and nxlog inputs for receiving logs from different applications.
We had an issue yesterday with logstash not processing the logs that are sent from multiple services ex: using gelf plugins and nxlog log shipper.
I had to restart the logstash service on the nagios log servers to make it work again.
Are there any monitoring checks available to check these collectors/logstash/inputs, so that we will be notified of the issue when something is broken ?
The logstash service was running on nagios log server but logstash was not processing the logs from the input plugins. Below are the input configs
UPD Input:
udp {
type => 'plain_udp'
port => 1514
codec => plain
}
Gelf:
gelf { }
Above inputs were in active state when the issue happened.
Regards,
Madhu.
We use gelf and nxlog inputs for receiving logs from different applications.
We had an issue yesterday with logstash not processing the logs that are sent from multiple services ex: using gelf plugins and nxlog log shipper.
I had to restart the logstash service on the nagios log servers to make it work again.
Are there any monitoring checks available to check these collectors/logstash/inputs, so that we will be notified of the issue when something is broken ?
The logstash service was running on nagios log server but logstash was not processing the logs from the input plugins. Below are the input configs
UPD Input:
udp {
type => 'plain_udp'
port => 1514
codec => plain
}
Gelf:
gelf { }
Above inputs were in active state when the issue happened.
Regards,
Madhu.