Hi there,
We are taking filesystem snapshots of our teleport server; in the event one of the servers fails, I wanted to understand how to actually read the logfiles without teleport.
It appears that inside /var/lib/teleport, there’s a directory called “log” that contains text information of all recorded sessions. There’s also another directory inside “log” named after the UUID of the started server; this directory contains a bunch of gzipped and index files that I assume are the actual recorded sessions.
Is there a way to view these sessions without starting teleport itself? Or, if I do have to start teleport, is there a way of easily doing so with a UUID so that it will automatically attach to these log files and read them?
Thanks so much for creating this awesome software!