Splunk Search

What is the correct URI to logOn with .NET SDK LogOnAsync?

tbomgardner
New Member

I am trying to write a simple app that will login to Splunk and retrieve some events. I'm using the .NET SDK Splunk.Client. I can't get past the login. This is what I've got:

Service service = new Service(new Uri($"https://prd-p-32xxxxxxxxxx.cloud.splunk.com"));
service.LogOnAsync("myusername", "mypassword").Wait();

Apparently this is not the correct URI. Do you know what is? Is it even possible to do what I'm trying to do?

Thank you!

Tags (3)
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 ...