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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...