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!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

This is the sixth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...