Getting Data In

Send data to other tools using REST API

ubp1252
Explorer

Hi, We have a requirement to send data(all indexes data) to other tool using REST API.How can i display all indexes data using rest API.
I tested with this end point,but it is showing only indexes information not data.
curl -k -u admin:pwd https://IP:8089/services/data/indexes/
How can i display or provide full indexes data if any one use the endpoint?

0 Karma
1 Solution

scelikok
SplunkTrust
SplunkTrust

Hi @ubp1252,

You should use search job export endpoint, please try below sample;

curl -k -u admin:pwd https://IP:8089/services/search/jobs/export -d search="search index=abc earliest=-24h" -d output_mode=json
If this reply helps you an upvote and "Accept as Solution" is appreciated.

View solution in original post

scelikok
SplunkTrust
SplunkTrust

You can edit the search according to your desired fields like below;

curl -k -u admin:pwd https://IP:8089/services/search/jobs/export -d search="search index=abc earliest=-24h | table host index sourcetype _raw" -d output_mode=json
If this reply helps you an upvote and "Accept as Solution" is appreciated.
0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi @ubp1252,

You should use search job export endpoint, please try below sample;

curl -k -u admin:pwd https://IP:8089/services/search/jobs/export -d search="search index=abc earliest=-24h" -d output_mode=json
If this reply helps you an upvote and "Accept as Solution" is appreciated.

ubp1252
Explorer

How to take only few fields like host,index,sourcetype,_raw in command

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!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...