question about geoip
Good morning.
I have installed SELKS and it looks great, while in SSH Dashboard geoip part is taken from dest_ip info, while src_ip is populated as well and as per logtsash config, src_ info should be taken into account at first step. Is there any explanation of that?
Thank you!
logstash 5.1 for some reason process dest_ip before, src_ip. Disabling dest_ip -> provides geoip.ip as src_ip instead of dest_ip.
Anyone saw the same pls?
It checks for dest IP - if it is in the geoip db it will use that - if it is not (internal/private IP) it will try to look up for the src GeoIP.
-- Regards, Peter Manev
On 17 Jan 2017, at 12:37, snaki4 [email protected] wrote:
logstash 5.1 for some reason process dest_ip before, src_ip. Disabling dest_ip -> provides geoip.ip as src_ip instead of dest_ip.
Anyone saw the same pls?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.