vmware / fluent-plugin-vmware-loginsight

Fluentd plugin to forward logs to VMware Aria Operations for Logs
Other
10 stars 14 forks source link

Does not work behind http proxy #19

Open mhoshi-vm opened 3 years ago

mhoshi-vm commented 3 years ago

The plugin does not work behind http proxy. The plugin does not offer http proxy option as defined in such as s3 output plugin.

https://docs.fluentd.org/v/0.12/output/s3#proxy_uri

mohitevishal commented 3 years ago

@mhoshi-vm What's the use-case? This plugin is not based on S3 so it won't have similar functionality.

mhoshi-vm commented 3 years ago

hi @mohitevishal The use case is a customer env where all egress traffic goes through a http proxy. We were trying to send logs to vRLIC We tried various methods , unfortunately none of them worked.

mohitevishal commented 1 year ago

@mhoshi-vm Feel free to make a contribution for the proxy support. You may check https://github.com/fluent/fluentd/blob/master/lib/fluent/plugin/out_http.rb for reference.