Getting Data In

Curl with negotiate to run a search

juniormint
Communicator

I am interacting with a splunk server using apache to do single sign to the Splunk web UI.

If I go to the following url in a web browser I get signed on and the page loads; which is great.

https://mysplunk.test.com/en-US/app/MyApp/MyDashboard 

Using curl I can run something like the following and get my dashboard back; which seems great as well.

curl --negotiate --user a:a https://mysplunk.test.com/en-US/app/MyApp/MyDashboard 

I was hoping that the following would also work...but no. Do I just have a simple error, or is this not possible?

curl --negotiate -u a:a https://mysplunk.test.com/servicesNS/admin/search/search/jobs/export -d output_mode=json --data-urlencode search="| eventcount summarize=f index=MyApps_* | stats count by index"

The response I get is

This resource can be found at <a href='https://localhost:8443/en-US/servicesNS/admin/search/search/jobs/export'>https://localhost:8443/en-US/servicesNS/admin/search/search/jobs/export</a>
Tags (2)
0 Karma

juniormint
Communicator

To be clear...my fail above was trying to access REST API endpoints not available through the web UI.

Not supporting SSO for the REST API seems like a miss to me. Would love to hear peoples thoughts if there are good security reasons for not having it.

http://docs.splunk.com/Documentation/Splunk/6.0.1/Security/HowSplunkSSOworks

"Splunk's SSO implementation supports logging into Splunk via Splunk Web only. Since Splunk SSO relies on cookies to save authentication information, SSO cannot be used for CLI authentication to Splunk. Invoking https://localhost:8089 (or the assigned management port) still requires independent authentication."

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...