Splunk Dev

Default Host & Port for C# SDK and SplunkStorm?

citysourced
New Member

I'm using SplunkStorm and I'm trying to connect to the hosted service. All the examples state "localhost" and "8089" for the host and port. Since the service is hosted, am I wrong in assuming these values should be different?

What should my values be for the code below?

var service = new Service("[host]", [port]);
service = service.Login("[username]", "[pasword]");

Thanks!

Tags (2)
0 Karma

Neeraj_Luthra
Splunk Employee
Splunk Employee

The Splunk SDK for C# does not currently support any APIs on Storm.

amunk_splunk
Splunk Employee
Splunk Employee

Hey citysourced. The API is pretty easy to use, even though there's no SDK support yet. Check out API documentation at http://docs.splunk.com/Documentation/Storm/latest/User/UseStormsRESTAPI. You'll have to use your HTTP library of choice for C#.

But there are other means of getting data in too. Let me know if you want to chat.

Alex Munk
Product Management
Splunk Storm

0 Karma

citysourced
New Member

Are there examples on how to hook up Storm to an application? If we have to use their Web UI to load data, it's pretty worthless to us.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...