Group a database or application session's audit log events together in the web ui under either "session recordings" or a similar tab.
What problem does this solve?
Make it easy to see which events occurred within a single session from the web UI.
Improved user experience when investigating a db or app session.
If a workaround exists, please include it.
The only workaround currently is to click on an audit event, copy the "sid" field, then run tsh play <sid> --format=json, which will print all the events for that session as a json list in the terminal.
What would you like Teleport to do?
What problem does this solve?
If a workaround exists, please include it.
tsh play <sid> --format=json
, which will print all the events for that session as a json list in the terminal.