Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/06/2024 01:45 PM
We are in planning to integrate Splunk Cloud with Saviynt to read logs of system, debug, application and audit events.
We would like to know whether we have any documentation to follow the steps and complete the integration.
Solved! Go to Solution.
09/06/2024 02:05 PM
@SureshPatike
This is for Splunk integration.
https://docs.saviyntcloud.com/bundle/Splunk-Guide/page/Content/Understanding-the-Integration-between...
https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter20-EIC-Integrations/Saviynt-...
You can refer the above documentation
09/11/2024 06:40 AM
Thank you for providing documentation to start with it for splunk integration with Saviynt.
We have create SAV role and run time analytics report accordingly to steps provided in doc. https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter20-EIC-Integrations/Saviynt-...
When i was trying to test the report fetch runtime API through postman, am receiving below error and even i followed the steps from doc. Please let me know if am missing anything here.
error:
report:
Postman execution:
If i use below API then i get the results when i try to search for the same runtime report, but as per doc, splunk will be going to call the API/fetchRuntimeControlsDataV2 which is not able to find the report itself.
ECM/api/v5/fetchRuntimeControlsData
09/11/2024 06:43 AM
Can you share data analyzer screenshot for splunk report
09/11/2024 07:00 AM
Report: created exactly with same query whats in doc. I have replaced timeframe in dataanalyzer variable with value 360 and thrown error in data analyzer but same from report execution through analytics returning results.
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;
09/11/2024 08:33 AM
Select * from analyticsconfiges where analyticskey=11 share data analyzer result
09/11/2024 08:45 AM
Select * from analyticsconfig where analyticskey=10
based on your query: changed the key to 10, i feel below is not right table name right.
Select * from analyticsconfiges where analyticskey=10
09/11/2024 08:51 AM
You have created non elastic report please create v2 / elastic report
09/11/2024 09:31 AM
Yes, i have created report exactly with same steps. but some reason its storing version as 1 isntead of 2.
excetion type is Executable
09/11/2024 10:48 AM
Is it enabled ?
09/11/2024 10:55 AM
Yes, Do i need to uncheck this?
09/11/2024 11:00 AM - edited 09/11/2024 11:00 AM
Use attached report
09/11/2024 11:07 AM
you are awesome, excellent. just unchecked that flag on global config and recreated runtime analytics report. This time below query showing the analytics name is V2 and am able to fetch the report details from postman. We will test the same from Splunk also, will update soon here.
Select * from analyticsconfiges where analyticskey=<id>
09/13/2024 10:10 AM
We were able to configure audit logs with Splunk succesfully with your help. Kudos to you. Thank you.