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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...