How to merge log lines from multiple logs (matching time, or some ID)
For example, I have a TT2 test log and in that log, there is a line “Test class started: Ts5225”
I want to merge this line matching ID Ts5225 in the NODE log, basically, this line should be starting the section where test Ts5225 is run.
or is it possible to make streams(maybe 2 streams), pipeline, and then extract the line with: Test class started: Ts5225, and after just make some order in output. so that i have logs lines/blocks in correct flow.