How to reduce Teleport session recording time in Teleport version 16.x? #51760
-
Hello, How can I reduce the session recording duration in Teleport version 16.x? In version 14.x, the session recording time was very short as it only logged system I/O events. Even though the SSH session duration was long, the record only included events, reducing the duration significantly. However, in version 16.x, the session recording duration matches the SSH session duration. Even during periods where the SSH session is idle with no actions, Teleport still records that idle time, making the session recording unnecessarily long. In version 16.x, I’m not sure where to configure this. I’ve searched through many of your documents but haven’t been able to resolve it. I would greatly appreciate your assistance. Below is my config file, can you tell me what configuration I need to add/edit?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Teleport doesn't record any more data than it ever has. The behavior you're noting has to do with some changes to unify how Teleport plays session recordings. To skip over idle time in a recording, you can use You can also increase the speed of playback with the These options are currently only available in tsh - there is not a web UI equivalent exposed. |
Beta Was this translation helpful? Give feedback.
Teleport doesn't record any more data than it ever has. The behavior you're noting has to do with some changes to unify how Teleport plays session recordings.
To skip over idle time in a recording, you can use
tsh play --skip-idle-time
.You can also increase the speed of playback with the
--speed
flag.These options are currently only available in tsh - there is not a web UI equivalent exposed.