Hello,
Can anyone please help me with the below usecase.
we have data ingested into splunk and we would like to send this data from splunk to servicenow cmdb once a day,Can you help me with the options?
Thanks
I think here, you have to use ServiceNow CMDB API to send data from Splunk.
So I suggest you
I hope this will help you to work more on this use case.
Thanks
KV
▄︻̷̿┻̿═━一
If any of my reply helps you to solve the problem Or gain knowledge, an upvote would be appreciated.
@Roy_9did you manage to make it work? I'm curious to know more about the way you managed to get things done (one never knows when it might be in need of this info). 🙂 if you are still wondering about the intervals, do you consider using other tools? it might be helpful. there are tools (such as zigiops) available on the market to help you with the integration requirements.
i got the endpoint url with a service account details to send the data from splunk to snow, can you please help me with a sample script?
Thanks
@Roy_9 ?
Can you please try Webhook first? if Webhook won't help then will go with manual script.
https://docs.splunk.com/Documentation/Splunk/7.1.1/Alert/Webhooks
KV
@kamlesh_vaghela We need to send this data on a 24 hr interval and since we have millions of records, how we can achieve this if we want to apply delta for the records incase if we go with webhook option?
I think here, you have to use ServiceNow CMDB API to send data from Splunk.
So I suggest you
I hope this will help you to work more on this use case.
Thanks
KV
▄︻̷̿┻̿═━一
If any of my reply helps you to solve the problem Or gain knowledge, an upvote would be appreciated.
Hi @kamlesh_vaghela do you have any idea on this by chance?
Thanks @kamlesh_vaghela,
I found the below cmdb data ingestion API, hope this will work out.
https://developer.servicenow.com/dev.do#!/reference/api/orlando/rest/cmdb-ingest-api
Thanks