#Random
This is a place to discuss all things outside of Splunk, its products, and its use cases.

python to golang migration | splunk api call

mukeshchandak
Engager

I wish to replicate a python code that does an API call to Splunk in Golang:

 

 

 

 

import splunklib.client as client

service = client.connect(
	host=host,
	port=port,
	username=username,
	password=password,
	app=app)

 

 

 

 

while taking reference from https://godoc.org/github.com/kuba--/splunk#NewClient, this doesn't has the app argument. Can someone pls help me write this code in Golang.

 

Thanks,

Mukesh Chandak

 

Tags (3)
0 Karma
Get Updates on the Splunk Community!

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...

Purpose in Action: How Splunk Is Helping Power an Inclusive Future for All

At Cisco, purpose isn’t a tagline—it’s a commitment. Cisco’s FY25 Purpose Report outlines how the company is ...

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...