We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

OOTB Analytic report to capture login transactions

jdoma
Regular Contributor
Regular Contributor

Hi Forum,

Do we have any ootb analytic report which captures all the logins made via login screen. I could not see any such under default analytics but came to know from other sources that Saviynt by default provides similar  analytic repot. 

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

Whats required details in report


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hi Rushikesh,

Thank you for the reply. Just want to confirm whether any default report available to pull details like who logged in, ipaddress, time etc..

We can write a custom one using Users, UserLogins, Userlogins_access tables. But looking for ootb report.

I dont find any but you can use below query

select username, ipaddress, logintime, logoutdate from userlogins ul join users u on u.userkey = ul.userkey and ul.logintime > date_sub(Now(), interval 1 hour);


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

pruthvi_t
Saviynt Employee
Saviynt Employee

Hi @jdoma ,

We currently do not have any OOTB analytics report that captures login transactions as you requested. But yes, you can create a custom report and schedule it as per your frequency requirement.

Thanks,


Regards,
Pruthvi