All Apps and Add-ons

What's the best way to import custom JSON data from a web API?

em
Engager

I'd like to pull in JSON data like the one that is available from dev dot moves-app dot com slash activities. (It's from an API from an iOS app called Moves which tracks people's movements.)

I can think of lots of strategies, but I'd rather not reinvent the wheel. One issue (which could be a separate question), is how to get the data from the API into Splunk. My guess for that would be to build on top of the REST API Modular Input Splunk app, or write it myself.

My main question is to how to best handle the data once it comes in. The JSON that the API serves is quite different from traditional log data.

Thanks in advance!

0 Karma

Damien_Dallimor
Ultra Champion

The REST API Modular Input has the ability to plugin custom response handlers to facilitate any custom handling or pre-processing of the raw JSON response before passing along to Splunk for indexing.

Have a look in rest_ta/bin/responsehandlers.py at the example TwitterEventHandler.

You then declare your custom response handler to be applied in your setup stanza for the REST input.

Damien_Dallimor
Ultra Champion

you can certainly import and call another python module from responsehandlers.py

0 Karma

crawlik
New Member

Is there a way to have my custom event handler in a separate .py file? I would like to avoid putting it in intoresponsehandlers.py. Please advise if there is any downside for doing it.

0 Karma

aelliott
Motivator
0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...