Getting Data In

Accessing Saved Report output in json from Splunk Rest API

twh1
Communicator

I have some reports saved under search app. I want to access these report output via Splunk REST API in a java program. I am trying below rest API for accessing output in java program.

API: https://hostname:8089/services/saved/searches/report_name

I can get all related details of this report but unable to get actual output.

Can anyone help me getting the output of this report in json format.

0 Karma

jkat54
SplunkTrust
SplunkTrust

First you must dispatch the report (if you havent already updated it using other means), then you must get the results endpoint to get the results.

When you dispatch the search, you will get a SID (search id). You use that SID in your quest for the results over here at the search/jobs/$SID$/results endpoint:

https://docs.splunk.com/Documentation/Splunk/8.0.0/RESTREF/RESTsearch

Remember that alerts, reports, and searches are all just searches. So the best examples I know of are here in the rest tutorial for searches:

https://docs.splunk.com/Documentation/Splunk/8.0.0/RESTTUT/RESTsearches

0 Karma
Get Updates on the Splunk Community!

Splunk Security Content for Threat Detection & Response, Q1 Roundup

Join Principal Threat Researcher, Michael Haag, as he walks through:An introduction to the Splunk Threat ...

Splunk Life | Happy Pride Month!

Happy Pride Month, Splunk Community! 🌈 In the United States, as well as many countries around the ...

SplunkTrust | Where Are They Now - Michael Uschmann

The Background Five years ago, Splunk published several videos showcasing members of the SplunkTrust to share ...