Splunk AppDynamics

Current logon users on AppDynamics console

CommunityUser
Splunk Employee
Splunk Employee

Hi Team,

How to check Current logon users on AppDynamics console.

Regards,

Nilesh

Labels (3)
Tags (2)
1 Solution

Pratik_Maskey
Communicator

Hi Nilesh,

Currently, there is no provision to check the currently logged in users through controller UI or API.

Though 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);

-Thanks

View solution in original post

Pratik_Maskey
Communicator

Hi Nilesh,

Currently, there is no provision to check the currently logged in users through controller UI or API.

Though 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);

-Thanks

CommunityUser
Splunk Employee
Splunk Employee

Hi @Pratik.Maskey,

Is the method you suggested applicable for a SAAS controller as well? Or is it there only for on-premises controller.

0 Karma

Pratik_Maskey
Communicator

Hi,

The suggestion is only applicable for on-prem controller and not for SaaS controllers. For SaaS controller, we are still dependent on the audit report which shows the login and logout action if the user clicks on logout action.

https://docs.appdynamics.com/display/PRO45/Reports#Reports-ScheduledReports

-Thanks

CommunityUser
Splunk Employee
Splunk Employee

Hi @Pratik.Maskey,

I went through the documentation and I need to download the report only mentioning the user login and logout detail, but it mentions only one way to do it, that is, to go to On-Demand Reports tab, but there it asks to select an application. Can you provide some more specific info on how to extract only user log-in data from the reports?

Thanks

Get Updates on the Splunk Community!

Fueling your curiosity with new Splunk ILT and eLearning courses

At Splunk Education, we’re driven by curiosity—both ours and yours! That’s why we’re committed to delivering ...

Splunk AI Assistant for SPL 1.1.0 | Now Personalized to Your Environment for Greater ...

Splunk AI Assistant for SPL has transformed how users interact with Splunk, making it easier than ever to ...

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureOn Demand Now Step boldly into the AI revolution with enhanced security ...