You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have lines from firewall, where I have two fields with IP addreses: src_ip, dest_ip.
I have prepared configuration that calls twice geoip and sets custom labels, but result is that geoip always sets its own labels, and always for the last instance in pipeline.
So I did test by setting in pipeline only one call of geoip and adding my custom labels - still result is the same - all geoip labels are added by default, my label is not even visible
Describe the bug
I have lines from firewall, where I have two fields with IP addreses: src_ip, dest_ip.
I have prepared configuration that calls twice geoip and sets custom labels, but result is that geoip always sets its own labels, and always for the last instance in pipeline.
So I did test by setting in pipeline only one call of geoip and adding my custom labels - still result is the same - all geoip labels are added by default, my label is not even visible
To Reproduce
config with two geoip:
in this setup only dest_ip is tested and included with default labels.
When I remove part:
in loki I see geoip data with default (not mine) labels and for src_ip....
Expected behavior
get set of two data of geolocation prefixed by src_ and dest_.
Environment:
The text was updated successfully, but these errors were encountered: