- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 08:13 AM
Hi all,
We are trying to create incidents from Splunk to ServiceNow and we are getting the below error in Splunk. we have provided the required roles for the user account and Splunk is able to pull data from ServiceNow.
2024-02-05 15:16:16,203 ERROR pid=1 tid=MainThread file=snow_ticket.py:_handle_response:477 | Failed to create ticket. Return code is 403 (Forbidden)
Can anyone help?
Thanks,
Vennila
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 09:50 AM
Hi @VennilaP ,
Please check if the service account has required role to create incident. Check the create ACL on incident table.
Splunk must trying to use table API ( internally ) via basic authentication using service account, you can check the same table api url and login credential over postman, lets see if you observe same issue.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 09:50 AM
Hi @VennilaP ,
Please check if the service account has required role to create incident. Check the create ACL on incident table.
Splunk must trying to use table API ( internally ) via basic authentication using service account, you can check the same table api url and login credential over postman, lets see if you observe same issue.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 11:51 AM
Hi @AshishKM ,
Yes , you are right . When I tried I received the below error.