Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

We are not able to view the audit logs for all the actions for schedulers under Audit Trail

kumar99
New Contributor III
New Contributor III

We have identified the cause of your issue.  For your convenience, we're including a summary of key details below.

Issue: We are not able to view the audit logs for all the actions for schedulers under Audit Trail

Problem: Unable to view the audit logs in the UI.

Action Taken:

The following tables have the required audit data in it.

  • userlogins_temp
  • userlogin_access_temp

Please let us know the columns which we have to select for getting the data from the above tables.

Two separate analytics need to be created in order to fetch the relevant data from queries. 

Please note, the following tables are not exposed in the data analyzer and also the data analyzer only returns the first 100 records at any given point in time.

Thanks and Regards,

Kumar

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

Refer 

TABLE_NAMECOLUMN_NAME
userlogins_tempLOGINKEY
userlogins_tempLOGINTIME
userlogins_tempLOGOUTDATE
userlogins_tempUSERKEY
userlogins_tempIPADDRESS
userlogins_tempISANONYMOUS
userlogins_tempCOMMENTS

 

TABLE_NAMECOLUMN_NAME
userlogin_access_tempUSERLOGIN_ACCESSKEY
userlogin_access_tempACCESSTIME
userlogin_access_tempACCESS_URL
userlogin_access_tempIPADDRESS
userlogin_access_tempLOGINKEY
userlogin_access_tempREMOTEAHOST
userlogin_access_tempDETAIL
userlogin_access_tempQUERY_PARAM
userlogin_access_tempTYPEOFACCESS
userlogin_access_tempACTIONTYPE
userlogin_access_tempOBJECTKEY
userlogin_access_tempOBJECT_ATTRIBUTE_NAME
userlogin_access_tempEVENT_ID
userlogin_access_tempNEW_VALUE
userlogin_access_tempOLD_VALUE

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

AS5278
Regular Contributor II
Regular Contributor II

@rushikeshvartak 

Hi, From the above schema of table 'userlogin_access_temp' we can get all the required columns for the report, but how do we fetch the 'ObjectName'?. I can see that there is the 'ObjectKey' column available. Can this be used somehow to get the corresponsing ObjectName?.

xurde

There is no foreign key get information from userlogin_access table 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

AS5278
Regular Contributor II
Regular Contributor II

@rushikeshvartak 

There is no foreign key get information from userlogin_access table : Do you mean the 'userlogin_access' table has the 'ObjectName' column and 'userlogin_access_temp' table does not?. The Schema would be same for these two tables I believe.

<OR>

Do you mean  that we cannot fetch the 'Object Name' column in the audit trail report because the table userlogin_access_temp / userlogin_access does not have the foreign key?.

xurde

There is no master table for object. Key and object name . Currently object name is not populated in temp table.


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.