All Apps and Add-ons

REST API option for compressed file? Can I index a zip file?

tamduong16
Contributor

I want to set up a REST API call to https get request but this site will return a zip file instead of xml, jason , or text. Is there a way I could set it to index the zip file? If not, is there any workaround? This is the description from the site:

alt text

0 Karma
1 Solution

Damien_Dallimor
Ultra Champion

You can try using a custom response handler that will unzip the file for you.

  • Create a custom handler in $SPLUNK_HOME/etc/apps/rest_ta/bin/responsehandlers.py
  • Declare the handler in your configuration

Psuedo code examples :

alt text

alt text

View solution in original post

lfedak_splunk
Splunk Employee
Splunk Employee

Hey @tamduong16, if @damien solved your problem, please close the question and award karma points by accepting the answer. 🙂 Happy Splunking!

0 Karma

Damien_Dallimor
Ultra Champion

You can try using a custom response handler that will unzip the file for you.

  • Create a custom handler in $SPLUNK_HOME/etc/apps/rest_ta/bin/responsehandlers.py
  • Declare the handler in your configuration

Psuedo code examples :

alt text

alt text

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 ...