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

Not able to get the Audit logs for specific Modules.

Saviynt_Savvy
Regular Contributor
Regular Contributor

Hi,

We followed the given documentation to generate logs from the Runtime Analytics and fetch them through Postman.
https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter20-EIC-Integrations/Saviynt-...

We have created the SAV_ROLE with the correct permissions and accesses and given it to a test user.
We were able to generate the token in the Postman and able to fetch the Analytics report logs.

The logs showed only the Objecttypes that were present in the Admin Panel.
Example: We tried to create new Analytics and new certifications deliberately to check if the logs are getting captured or not, which they are not.

Following is the query we have used from the documentation.
select ua.TYPEOFACCESS as 'Object Type',ua.ActionType as 'Action Taken',u.username as 'Accessed By', ua.IPADDRESS as 'IP Address',ua.ACCESSTIME as 'Event Time',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

We have noticed that there are some table changes at the DB level in V24.2.
Is this the reason why the logs were not captured from the different modules?

Thanks & Regards,
Saviynt_Savvy

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Does it show on UI level under audit trail


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

Hi @rushikeshvartak ,

I see NO logs under the Audit trail also.
Tried calling the Analytics report with POSTMAN also, showing no result in response.