Hello all, I'd like to compare events in the same log files, amusing the format of the events are the same. For example: event1: ccc, ddd event2: bbb, ccc event3: aaa, bbb As you can see there's a pattern, the 2nd part (bbb) in event3 is always the same as the 1st part in event2, and the 2nd part in event 2 (ccc) is always the same as the 1st part in event 1. My question is how do I check if all the events in the same log file match this pattern. Thank you in advance! Sincerely, Gai
... View more