geoip

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
pccwglobalit
Posts: 105
Joined: Wed Mar 11, 2015 9:00 pm

geoip

Post by pccwglobalit »

hi, how can i add geoip support on NLS platform?
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: geoip

Post by hsmith »

Here's my geoip filter:

Code: Select all

if [type] == 'syslog' {
    geoip {
        source => 'ip'
    }
}
'ip' is a field that is populated in my logs. You may have to edit the source line to something different for yours.
Former Nagios Employee.
me.
Locked