Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Capture logins made to specific URL

Sanket
New Contributor II
New Contributor II

Hi All,

We want to capture login attempts made to a particular URL and we are referring below query.

select u.username,u.firstname,u.lastname,ula.accesstime,ula.access_url from userlogin_access ula, userlogins ul,users u where ula.LOGINKEY=ul.LOGINKEY and ul.USERKEY=u.userkey and ula.access_url ='<Sample URL>';

But in data analyzer, there is no userlogin_access table.

Can someone let us know about this?

Thanks!

Sanket Bhandhari

4 REPLIES 4

Manu269
All-Star
All-Star

The table might be not exposed.

Please validate it via Analytics option.

If required raise FD Ticket for enabling the table via Analyzer

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

Sanket
New Contributor II
New Contributor II

Thanks Manu for your reply.

We are aware of some tables being not exposed at UI level.

Can't we enable them on our own from UI?

Thanks!

Sanket Bhandhari

Manu269
All-Star
All-Star

Hello,

There is no such config to enable from UI.

Raise an FD

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

pruthvi_t
Saviynt Employee
Saviynt Employee

Hi @Sanket ,

The best option is to leverage Analytics to achieve it. Please create a analytics control using the query and you can schedule it to run as per your requirements for frequency..

As per the product design, the tables restricted to access from UI wouldn't be exposed on UI.

Thanks,


Regards,
Pruthvi