11-24-2020 01:56 AM
Hi
As part of centralized auditing requirement, we need to sync the snaplogic dashboard’s pipeline execution logs with splunk,
can i get any suggestion how it can be done or even if it is supported?
was thinking of having the splunk forwarder installed on each of the individual node of snaplex and configure it as monitor from logs path and receiver settings on centralized receiver server.
Any other suggestion is appreciated.
Thanks
11-24-2020 12:55 PM
Do take a look at our Partner Rojo’s prebuilt solution:
12-21-2020 12:56 AM
Thanks !
its great that we already have the application prebuilt for it.
11-25-2020 09:07 PM
@vaidyarm Can write a python script in splunk which will call snaplogic public log API which will provide all log details about the snaplogic job/log/activity etc.Can refer below link for documentation. One more thing to call snap api you should have a service account or some admin user who had all required access to retrieve details.
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438932/Log+API
12-21-2020 01:00 AM
that’s true, but was thinking if we can push logs to any indexes created in splunk from snaplogic itself through its own design means, you suggestion will hep too.
thanks