Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Pulling activity logs for ARS

Joon
Regular Contributor II
Regular Contributor II

Hello,

I was getting activity logs by the SQL below but found It won't be including request history.

Is there anyway that we could get some logs of ARS in this query ?

 

select ua.ACCESSTIME as 'Event Time',ua.TYPEOFACCESS as 'Object Type',ua.ActionType as 'Action Taken',u.username as 'Accessed By', ua.IPADDRESS as 'IP Address',ua.DETAIL as 'Message' from users u , userlogin_access ua, userlogins l where l.loginkey = ua.LOGINKEY and l.USERKEY = u.userkey and ua.AccessTime >= (NOW() - INTERVAL ${timeFrame} Minute) and ua.Detail is not NULL
2 REPLIES 2

rushikeshvartak
All-Star
All-Star

 

request history is not admin activity hence it won’t be tracked

Refer - objects and activities captured under audit logs https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter07-General-Administrator/Man...


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

Prashant
New Contributor III
New Contributor III

Ars request history is not track in saviynt so you won't be able to find such logs through the data analyzer