Hello,
i am facing following scenario:
I want to monitor web gui access to a device, especially the host a access was attempted from. However, most of the access attempts are done from different LANs, using web proxies. Hence, i only see the ip of the web proxies as the source ip of the login attempts.
I therefore like to use some kind of join to retrieve access attempts to the device, and then check the web proxies which ip was accessing the device IP at around that time (e.g. within two seconds). (I tried a join based on the exact same time, but this approach leaves out many events).
So basically, i need something like
lsearch1] as s1 followed by search2] as s2 on s1.log_ts <= s2.log_ts + 2 seconds
Does any body know how i can accomplish this, or knows of a different approach ?
Andre