Splunk Search

Splunk returns zero results using REST API

kvmadan
Explorer

I'm trying to search a query and retrieve the results through REST API, and it returns zero results. Below queries, i am using to submit the search, check the status of the dispatch, and retrieve the results.

https://splunk.corp.net:8089/servicesNS/admin/search/search/jobs

https://splunk.corp.net:8089/services/search/jobs/{{sid}}?output_mode=json

https://splunk.corp.net:8089/services/search/jobs/{{sid}}/results

The same query executed from the Splunk UI, returns the results. Also, the UI returns results in a fraction of second, but in case of REST API, it takes more than ~5 minutes to complete the search (dispatchState = DONE) and returns zero results.

Its is the same case for any search i do with REST API.

Any idea, what am I doing wrong here?

Tags (4)
0 Karma

manjunathmeti
Champion

Can you post code snippet doing post call to /search/jobs?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...