PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

Monitoring the configs changes in Saviynt EIC

PKSAKS
New Contributor III
New Contributor III

We need to monitor critical configs to avoid system failure and also to keep a track for audit purpose.

We have checked in audit logs where we did not found and we need more details for below configs.

  1. Monitoring changes on any of the SMTP settings
  2. Monitoring changes on any of Single Sign-on configurations
  3. Monitoring changes on any of the Configuration Files
  4. Monitoring changes on any of the MicroService Configurations
  5. Monitoring changes on any of the Policies

Please let us know if you have some analytics which can help us to monitor above configs.

 

Regards,

Saksham

5 REPLIES 5

rushikeshvartak
All-Star
All-Star
  1. Monitoring changes on any of the SMTP settings - Not audited in Audit Trail
  2. Monitoring changes on any of Single Sign-on configurations—audited in Audit Trail
  3. Monitoring changes on any of the Configuration Files —audited in Audit Trail
  4. Monitoring changes on any of the MicroService Configurations Not audited in Audit Trail
  5. Monitoring changes on any of the Policies Not audited in Audit Trail

#2 & #3

rushikeshvartak_1-1705289600786.png

Query  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 30 Minute) and ua.Detail is not NULL

Submit idea ticket for objects where audit is not tracked 


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

PKSAKS
New Contributor III
New Contributor III

Hi Team,

Thanks for the info!
We need Connection history analytics report too, but not the audit trail, because it has some limitation like the new value and old value which never gets populated.

Regards,

Saksham

You can raise enhancement request for same.


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

It contains confidential information hence its not shown but you can raise enhancement issue


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

Manu269
All-Star
All-Star

Following are the components which I see in Audit trail section

  1. Monitoring changes on any of Single Sign-on configurations
  2. Monitoring changes on any of the Configuration Files

For other i request you should raise an idea for this feature enhancement.

Please raise an idea for upvote.

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