a-bali / telegraf-geoip

GeoIP lookup plugin for Telegraf
MIT License
12 stars 8 forks source link

Silence GeoIP "not found" Errors #2

Closed coanghel closed 6 months ago

coanghel commented 6 months ago

For local addresses, i.e. 192.168.0.0/16 or Docker internal subnets, GeoIP will return a "not found" error. This prints to stdout which in turn ends up in the Docker container logs and makes a bit of a mess. Dropping out this error specifically should be fine.

image