Skip to content

How are the Session recordings supposed to work for Applications ? #11334

Answered by webvictim
maximelebastard asked this question in Q&A
Discussion options

You must be logged in to vote

Here's how you can play back the actions from a given session. Please note that app session chunks are synced every 5 minutes, so if you don't see the data for a given chunk ID, wait 5 minutes and it should appear.

  1. Find the app session in your web UI

  1. Open the "Details" section to get the session_chunk_id

  1. Log into your Teleport server with tsh login --proxy=teleport.example.com, then run tsh play --format=json <session_chunk_id> | jq
gus@apollo:~$ tsh play --format=json 86dbff04-5793-4cc2-9d9f-9fad0bdc23f0 | jq
{
  "ei": 0,
  "event": "app.session.request",
  "uid": "1f36aa5f-fd92-4947-94bb-87409ce2424c",
  "code": "T2009I",
  "time": "2022-03-22T13:36:13.381Z",
  "cluster_name": "p…

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@maximelebastard
Comment options

@gramunno
Comment options

@webvictim
Comment options

@gramunno
Comment options

Answer selected by webvictim
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@webvictim
Comment options

Comment options

You must be logged in to vote
1 reply
@webvictim
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants