Getting Data In

HTTP_PROXY and modular input

sylim_splunk
Splunk Employee
Splunk Employee

We developed an Splunk app which uses a modular input going out to the internet to collect data. We have to go through our internal proxy to get to the internet and everything has set up accordingly, like HTTPS_PROXY and HTTP_PROXY in splunk-lauch.conf as suggested in https://answers.splunk.com/answers/2670/set-a-proxy-variable-for-splunk-to-get-out-to-the-internet.h...

But it still is not able to make it to the internet. Please help.

Tags (1)
0 Karma
1 Solution

sylim_splunk
Splunk Employee
Splunk Employee

Modular input/scripted input needs to implement its own proxy setting - HTTP_PROXY will not work for the case.
Below has sample codes for your reference;
https://github.com/damiendallimore/SplunkModularInputsPythonFramework/blob/master/implementations/bu...

Hope it helps.

View solution in original post

0 Karma

sylim_splunk
Splunk Employee
Splunk Employee

Modular input/scripted input needs to implement its own proxy setting - HTTP_PROXY will not work for the case.
Below has sample codes for your reference;
https://github.com/damiendallimore/SplunkModularInputsPythonFramework/blob/master/implementations/bu...

Hope it helps.

0 Karma
Get Updates on the Splunk Community!

New Year, New Changes for Splunk Certifications

As we embrace a new year, we’re making a small but important update to the Splunk Certification ...

Stay Connected: Your Guide to January Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...

[Puzzles] Solve, Learn, Repeat: Reprocessing XML into Fixed-Length Events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...