eoconnor

Results 2 comments of eoconnor

Another option would be to only call the geoip filter if the field value matches an IP regular expression: ` if [my-ip-field] =~ "[0-9]*.[0-9]*.[0-9]*.[0-9]*" { geoip { source => "my-ip-field"...

> The intent of this plugin is to act on IP addresses, so it's up to the user to only send IP addresses. This works great if you have direct...