47.3. Playing back session recordings
The system journal stores session recordings. By default, it saves them in-memory, so you lose recordings on reboot unless you configure persistent storage.
You can play back recordings directly from the system journal by using the tlog-play utility. Alternatively, you can install the cockpit-session-recording package to manage and play back recordings on the RHEL web console.
Prerequisites
- Terminal sessions have been recorded.
Procedure
Optional: List recorded sessions:
$ journalctl COMM=tlog-rec-sessionPlay back a specific session:
# tlog-play --reader=journal --journal-id=<recorded_session_id>For more advanced options, such as changing playback speed or fast-forwarding, see the
tlog-playman page on your system.