Knowledge Management

How can I create an External Lookup that does not create a CSV but displays the results?

danfein
New Member

I am looking to run a python script that will take the results of several API calls and make them into something that Splunk displays as if the data were retrieved from its own indexing.

Is it possible to run on the fly queries like this?:

Search in Splunk >
External lookup is triggered >
apidata.py is invoked >
Data returned in some way to Splunk >
Displayed in Splunk

I believe this is possible, but the only way I have seen it thus far has been with CSVs, but the data returned will be high.

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

HI @danfein,

I think Splunk Custom command will help you. You just create a custom command and write some python code to call APIs and display values as a result. There are few links which can be helpful you to create custom command.

http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Search/Writeasearchcommand
https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Search/Customsearchcommandshape
http://dev.splunk.com/view/python-sdk/SP-CAAAEU2
https://www.splunk.com/blog/2014/04/14/building-custom-search-commands-in-python-part-i-a-simple-gen...

Thanks

nickhills
Ultra Champion

You want to use a scripted input.
http://docs.splunk.com/Documentation/Splunk/7.0.1/AdvancedDev/ScriptSetup

This is very common and is simple to do. You can make you life even easier if your script returns a date and key=value pairs as its response, as Splunk would need no further extractions to fully interpret and index your data.

If my comment helps, please give it a thumbs up!
0 Karma

danfein
New Member

This doesn't look like something that would take in a custom query from Splunk, am I mistaken?

0 Karma
Get Updates on the Splunk Community!

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...

Splunk AppDynamics Agents Webinar Series

Mark your calendars! On June 24th at 12PM PST, we’re going live with the second session of our Splunk ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2025 SplunkTrust is officially open! If you ...