tsaikd / gogstash

Logstash like, written in golang
MIT License
644 stars 106 forks source link

Changed quiet behaviour in geoip filters #169

Closed helgeolav closed 3 years ago

helgeolav commented 3 years ago

I have now changed how quiet works for the filters geoip2, ip2location and ip2proxy. The new behaviour is that if a DB lookup fails the error will be logged unless quiet is set to true, then the error is silently discarded.