Hi Wpreston,
That worked great, brilliant. Thank you very much !
I still have a small issue though, when I generate the report using table I capture 2 timings, the 40s that I wanted, but also the 0.65s that comes near "Interesting context" in the example above
index=myIndex source=MySource sourcetype=mySourceType "PROCEED" OR "interesting context"
| rex "(?<date>\d+)\|(?<time>\d+\:\d+\:\d+)\|(?<user>(\s+|\w+))"
| rex "PROCEED\s\|\s\w+\s\+|\s+(?<stime>\d+.\d+)s"
| transaction startswith="interesting context" endswith="PROCEED" maxevents=2
| table _time time user stime
(unfortunately I don't have enough karma points to add a screenshot)
... View more