I was wondering if dynaTrace has any capabilites to track user login metrics for itself. We are interested in being able to see the last time a user logged in and what users are currently logged into dynaTrace.
Answer by David M. ·
Hi James,
In dynaTrace 5.6 atleast, the audit log does not show user login/logoff data. The only way I can think of is by tracking it yourself in the Server Log.
For users logging in try looking at -
INFO [ClientSessionInitializer] User 'xxxxxxx' logged in successfully (from "ComputerName") or
INFO [DefaultSessionManager] session "ComputerName":Encrypted:Deflate:Client has been created
and for users logging off
INFO [DefaultSessionManager] session "ComputerName":Encrypted:Deflate:Client has been closed.
Hope this helps.
-David
JANUARY 15, 3:00 PM GMT / 10:00 AM ET