fluent-plugin-splunk icon indicating copy to clipboard operation
fluent-plugin-splunk copied to clipboard

Support for http proxies

Open roleymoley opened this issue 4 years ago • 1 comments

We have been using this plugin for a while but recently encountered a scenario where we would need to route via a corporate http proxy. Testing shows that it doesn't take the proxy settings from /etc/environment and i cannot see a place to set these values in this plugin.

Is there plans to support http proxies in this plugin? Alternatively am i missing something silly?

roleymoley avatar Apr 29 '20 17:04 roleymoley

This plugin uses httpclient and it uses http_proxy or HTTP_PROXY envvar to use proxy.

https://www.rubydoc.info/gems/httpclient/HTTPClient

it doesn't take the proxy settings from /etc/environment and i cannot see a place to set these values in this plugin.

Could you check above envvar is passed to fluentd?

repeatedly avatar May 01 '20 00:05 repeatedly