Installation

How to resolve this error: splunkjs.ProxyHttp is not a constructor?

kalok9990
New Member

Hi, I am trying to use splunk sdk javascript and I have searched online for this but came up with no answers. I have followed the tutorial in splunk for setting up the sdk and trying to log in with 

var service = new splunkjs.Service

 however this gives me the error of a web instance is required.

I found a solution to this is to add

var http = new splunkjs.ProxyHttp("/proxy")

 but this gives me the error

splunkjs.ProxyHttp is not a constructor

why is this happening?

Labels (1)
0 Karma
Get Updates on the Splunk Community!

Buttercup Games: Further Dashboarding Techniques

Hello! We are excited to kick off a new series of blogs from SplunkTrust member ITWhisperer, who demonstrates ...

Message Parsing in SOCK

Introduction This blog post is part of an ongoing series on SOCK enablement. In this blog post, I will write ...

Exploring the OpenTelemetry Collector’s Kubernetes annotation-based discovery

We’ve already explored a few topics around observability in a Kubernetes environment -- Common Failures in a ...