NLS Inputs for Common Event Format (CEF)/Logstash

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
ccata
Posts: 1
Joined: Mon Dec 09, 2013 12:35 pm

NLS Inputs for Common Event Format (CEF)/Logstash

Post by ccata »

I got the plugin installed, and am looking into what I need to change to accept CEF messages from a Trend Micro Deep Security agent to be able to accept the logs as they come in. I have some logs incoming via Syslog and they work fine. Some of the services only send messages via CEF (common event format), and I'm not sure what else needs to be done once I installed the codec-cef for logstash.

Looking through the logstash document, examples are like this:

input {
tcp {
codec => cef { delimiter => "\r\n" }
# ...
}
}

I want udp on a certain port:

input {
udp {
codec => cef { delimiter => "\r\n" }
port => <myport#>
}
}

None of this seems to work though. Not seeing the CEF logs come through. Anymore examples of how this should be setup?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NLS Inputs for Common Event Format (CEF)/Logstash

Post by scottwilkerson »

The cef codec wasn't available until Logstash 2.4 which we have not included in Nagios Log Server yet.

It is slated for the next release, which should be released in the not to distant future
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked