Splunk Dev

JS SDK: Splunk API successfully authenticates but rejects any subsequent requests with 401 Unauthorized error

akhandelwal_hf
New Member

It seems like I'm able to successfully establish connection with the Splunk (Enterprise) API since I'm able to successfully authenticate and retrieve a sessionKey using:

var http = new splunkjs.SplunkWebHttp()

var service = new splunkjs.Service(http, {
  scheme: 'https',
  host: '<splunk-web-address>',
  port: 8089,
  username: '<username>',
  password: prompt('password'),
  version: '6.6.3'
})

service.apps().fetch((err, apps) => {
  console.log(err)
  console.log(apps)
})

The last statement to retrieve and log the apps fails with the following (note that the first login call on the left was successful as the auth token was put in the request header of the /services/apps request by the SDK):

Splunk API requests

The response is just: {"messages":[{"type":"ERROR","text":"Unauthorized"}]} My user has a role with all the rest-* capabilities, so I'm stumped. Any suggestions appreciated.

0 Karma
Get Updates on the Splunk Community!

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...

[Live Demo] Watch SOC transformation in action with the reimagined Splunk Enterprise ...

Overwhelmed SOC? Splunk ES Has Your Back Tool sprawl, alert fatigue, and endless context switching are making ...

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...