Security

Splunk Java Api connect with SSO

pranay036
Engager

I have to create a java application that can fetch results from splunk searches. I am able to do it easily with my local installation of spunk using methods given in tutorials(Basic Authentication). But when I use the same code with my organization's splunk, the connection request is timed out. My organization's splunk server is accessible only through SingleSignOn (SSO). How do I connect with the splunk server with the Java API ? I am listing my code which worked well for local installation(Basic Authentication)

serviceArgs loginArgs = new ServiceArgs();
    loginArgs.setUsername("My_Uname");
    loginArgs.setPassword("My_Pass");
    loginArgs.setHost("localhost");
    loginArgs.setPort(8089);
    Service service = Service.connect(loginArgs);

smileyge
Path Finder

bump? I am working around this with a local splunk account but our security folks would prefer I didn't.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...