Splunk AppDynamics

How can i check users logged into controller

CommunityUser
Splunk Employee
Splunk Employee

Hello , 

i wanted to know how many users out of the total numbers logged into app dynamics controller in last 10 days , is there a way to get list of users logged into app dynamics controller for a specific period of time

Labels (3)
0 Karma

Ravi_Biradar
Explorer

From the controller UI we don't have option to see who all logged in, but we can query the database to get the list of user logged in.

Please run below query to get the users list.

select from_unixtime(ts_ms/1000),account_name,user_name,action from controller_audit where action like '%login%' and user_name!='system';

 

0 Karma
Get Updates on the Splunk Community!

Uncovering Multi-Account Fraud with Splunk Banking Analytics

Last month, I met with a Senior Fraud Analyst at a nationally recognized bank to discuss their recent success ...

Secure Your Future: A Deep Dive into the Compliance and Security Enhancements for the ...

What has been announced?  In the blog, “Preparing your Splunk Environment for OpensSSL3,”we announced the ...

New This Month in Splunk Observability Cloud - Synthetic Monitoring updates, UI ...

This month, we’re delivering several platform, infrastructure, application and digital experience monitoring ...