-
I'm using this remap stanza to add GeoIP lookups to all records having a
This results in tons of messages from vector:
I presume these are caused by RFC1918 addresses hitting GeoIP, but I'm not sure. The details seem to be left suppressed in the error message. I think these errors do not prevent the event being logged (I do see a ton of events with geoip_country: null), so using the So my question is twofold:
I tried replacing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To answer my own question, the lookup can be silenced by writing it as:
If you want to record the error with the data, you can simple store the error:
All of this is in the docs, but these need to be re-read recursively a lot to start to make sense :-) |
Beta Was this translation helpful? Give feedback.
To answer my own question, the lookup can be silenced by writing it as:
If you want to record the error with the data, you can simple store the error:
All of this is in the docs, but these need to be re-read recursively a lot to start to mak…