I have two logfiles, logfile1.log and logfile2.log. I have created their own field extractions for both of them. Here is an example line for both logs: logfile1.log: file1time, epoch, file1ID, name, flag, stat1, stat2, stat3 logfile2.log: lastruntime, file2ID, epoch What I need to do is compare logfiles each against the ID's, ensure that they're the same, and output the "name" field in the search that has logfile2.log as it's source. There's probably a very easy way to do this, but I can't think of it. Any help would be greatly appreciated. Thanks!
... View more