An analyst must reconstruct a clerk session: civic VPN logon, then file-share access, then rare egress. The events share user and occur within a bounded pause. Which command should glue them into one session?
Select an answer to reveal the explanation.
Short Explanation
A clerk's night is a string of beads: VPN, share, weird egress. transaction puts those beads on one string when they share a user and stay inside the time gap. That is the session picture, not three orphaned rows.
Full Explanation
transaction groups related events that share a field and fall within maxpause and maxspan. Reconstructing a civic session that crosses VPN, file-share, and egress telemetry is a classic security use of transaction. tstats on one model, a lone eval, or makeresults will not glue those events into a timed session. Analysts should apply transaction when the investigation needs that glued story.