Getting Data In

Simple search using cURL returns empty results

pfabrizi
Path Finder

I tried following a simple cURL request based on the training video and I get no results.

I run my search:
curl -u id:password -k https://server:port/services/search/jobs -d search="search index=windows user=mylogin"

I get back a SID then search the SID for being complete.

curl -u id:password -k https://server:port/services/search/jobs/SID
see that it isDone = 1 then I l try to look at the results:

curl -u id:password -k https://server:port/services/search/jobs/SID/results

get nothing back?

when I execute the same in C# using a web client I get a method not allowed.

Thanks!

0 Karma

shivarpith
Path Finder

you need to add --get -d outputmode=csv (json,xml) etc

curl -k -u id:password https://server:port/services/search/jobs/SID/results --get -d "outputmode=csv" > save to file or as required.

0 Karma

3no
Communicator

Did you try with HTTP POST method ?

curl -k -X POST -u id:password https://server:port/services/search/jobs/SID

3no

0 Karma

gu255363
New Member

Even I am facing the same issue, Is it resolved? I didnt get the desiredoutput when I tried this HTTP Post method. And I am also looking for resultCount value.

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, ...