Getting syslog messages from two ports on Nagios Log Server

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
chartley
Posts: 6
Joined: Thu Dec 14, 2017 11:22 am

Getting syslog messages from two ports on Nagios Log Server

Post by chartley »

From looking at a few posts on the forum I was wondering if it is possible to get syslog messages from devices using port 514 and 5544 on the Nagios Log Server.

If a person enables the logging of syslog messages by running logstash as the root user to listen on Privileged ports (514):
https://assets.nagios.com/downloads/nag ... 1519851299

then

Creates a Input filter in the Global Configuration:
https://assets.nagios.com/downloads/nag ... 1519851299

and an Input filter of:
syslog {
type => 'syslog'
port => 514
}

will that allow the Nagios Log Server to receive syslog messages from devices on port 514 and 5544?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Getting syslog messages from two ports on Nagios Log Ser

Post by scottwilkerson »

This is exactly correct
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked