Getting Data In

How do you call multiple REST APIs?

nithinrao9696
New Member

Is it possible to call multiple APIs using Splunk? To be more clear, have an API that will log in to the get sessionID and the other call that uses the sessionID to get the list of all elements.

0 Karma

sduff_splunk
Splunk Employee
Splunk Employee

Yes, that is the major purpose of the REST API Splunk provides.

Refer to https://docs.splunk.com/Documentation/Splunk/7.2.5/RESTUM/RESTusing which outlines how to authenticate to Splunk via REST, then use the sessionID to create a search, poll to check if it has finished, and then fetch the results once finalized.

0 Karma

btawiah
Explorer

was this successful because i am also interested in the approach.

0 Karma

nithinrao9696
New Member

I'm trying to call external REST API's using splunk, will it be possible?

0 Karma

sduff_splunk
Splunk Employee
Splunk Employee

You will need to develop your own script to call the REST endpoints. Usually, this is done in Python, but you can use any language you like.

If you configure this as a scripted input, the standard output of your script will be ingested by Splunk

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...