Hello. I would like to know if it's possible to add an instance id to the recording file name. While the "time" function works when opening from the left side menu tree, if you "duplicate" your current established connection (such as ssh shell), a new recording file name is not created. Even when using the $TIME variable. Maybe I'm missing it listed in the variables list. I just don't see it if it exists.
Thanks
What have you tried?
There is $SESSION_ID$, but its a GUID.
For myself, I use
I do not use duplicate session names, so this works out fine for me.
You can test with $SESSION_ID$, but its hard to correlate with a session, the session id is displayed in the Advanced tab of the session.
Maurice
Ok thanks. I was able to just add the time in there and was able to at least get some differences between the two sessions. But I think I would like to see an instance number in there someplace. So when you "duplicate" a current session, you're not left with the same name and having to rely on the time to distinguish between the two active sessions.
The only identifier that is unique is that $SESSION_ID$.
regards
Maurice