Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
05-21-2018 08:08 AM - last edited on 05-07-2020 04:17 PM by Ryan.Paredez
05-25-2018 02:15 AM
Hi,
Currently, there is no provision to check the currently logged in users through controller UI or API.
1)We register user login under controller_audit table. We can get who logged in to the controller for a time frame.
Following query will list out the users logged in to controller in last one hour -
SQL>select user_name,FROM_UNIXTIME(ts_ms/1000, '%Y %D %M %h:%i:%s') as login_time from controller_audit where action = 'LOGIN' and ts_ms > (select max(ts_ms) - 1000*60*60*1 from controller_audit);
2) We can generate a controller audit report.
3) We can check audit.log file under controller/logs.
-Thanks
User | Count |
---|---|
9 | |
2 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form