Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
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
03-14-2024 01:28 AM
Where we have to run the abv query
03-14-2024 09:37 AM
Hi @Satish.Babu,
Given how old this post is, it's unlikely to get a reply. I'm searching for any relevant existing content for you. If I find anything I'll share it here. If you happen to find any info, can you please also share it?
If you don't have any luck, you can create a ticket with AppDynamics Support (for contractual customers only)
Thanks,
Ryan, Cisco AppDynamics Community Manager
Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.
Check out Observabiity in Action
new deep dive videos weekly in the Knowledge Base.
03-14-2024 10:14 AM
If you are using an on-premises controller, you can log in to your database and execute this query. For those using a SAAS controller, enabling the Audit Report feature is recommended. Below are articles providing more detailed information on both scenarios.
https://docs.appdynamics.com/appd/onprem/23.x/latest/en/controller-deployment/administer-the-control...
03-18-2024 08:43 AM
Hi @Satish.Babu,
Were you able to look into what @Sunil.Agarwal mentioned above?
Thanks,
Ryan, Cisco AppDynamics Community Manager
Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.
Check out Observabiity in Action
new deep dive videos weekly in the Knowledge Base.
User | Count |
---|---|
2 | |
1 | |
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