All Apps and Add-ons

Splunk App & Add on for Servicenow

rashidzaman
New Member

I get an authentication error while configuring the App - " Could not authenticate to ServiceNow. Please check your credentials and try again."

Do we also need the Splunk Integration App installed on the Servicenow Side?
Are the Apps and Add ons compatible with the Madrid version of ServiceNow

0 Karma

koshyk
Super Champion
  • Nothing is required to be installed on ServiceNow side, but just an API account enabled in ServiceNow . (eg . splunk_access_account)
  • then test this account from your remote server using CURL . (replace the values accordingly) curl -k username:password http://{xyzcompany}.service-now.com/table/{tableName}/{sys_id}
  • Check the response and ensure your API account works and response is fetched.
  • Then configure inputs.conf in your ServiceNow addon (or separate app of your own) in your HeavyForwarder or Collection Splunk system and pull a table (eg incident table)
0 Karma

pruthvikrishnap
Contributor

HI Rashid,

Regarding error, try removing your proxy from splunk-launch.conf and setting it in the add-on's (note: add-on, not the app) setup screen instead. There is an Enable Proxy box that you can check and fill out your proxy settings there.
Docs for setting it up: http://docs.splunk.com/Documentation/AddOns/released/ServiceNow/Setuptheadd-on

add on is required for getting service now data to splunk
Latest version of TA should support the latest version of service now.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...