All Apps and Add-ons

Is the Splunk Add-on for ServiceNow compatible with Scripted REST API URIs?

andrewtrobec
Motivator

Hello!

I was able to configure the Splunk Add-on for ServiceNow to extract data from the standard ServiceNow tables using just the base URL in the configuration:

https://<instance_name>.service-now.com/

I have an additional need which is to be able to sync results from a custom table rather than a standard one. The endpoint is set up and has the URL:

https://<instance_name>.service-now.com/api/<name_space>/<api_name>/<resource_name>;

If I access that endpoint via browser it returns the results, but if I try to configure it in the add-on, then it doesn't work. I checked the logs and I see that it is adding /api/now/table/ to the URL, effectively converting the above URL into the following:

 https://<instance_name>.service-now.com/api/<name_space>/<api_name>/api/now/table/<resource_name>;

What I would like to know is whether the add-on is compatible with scripted REST API URIs (info on ServiceNow website).

Thanks!

Andrew

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...