Merge logs

Hi there!

I have 2 different logs. One of them has this 2 keys: SrcIP and DstIP. Second has this 2 keys: SrcIP and Username.
I want to merge this logs using SrcIP unique key so I will have SrcIP, DstIP, Username keys. Values of the keys could dynamically change over time (f.e. log who has line with "SrcIP=10.10.10.10 Username=Test1" can change to line with "SrcIP=10.10.10.10 Username=Test2" and so on).

Is there any solution for this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.