-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can someone please tell us how to make this plugin use an http_proxy server? #166
Comments
I could handle it by using: |
Tried it: [2021-02-16T11:51:03,274][WARN ][logstash.outputs.amazonelasticsearch] Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"https://xxxx.eu-central-1.es.amazonaws.com:443/", :error_type=>LogStash::Outputs::Ama I know host is reachable via proxy when I use the curl command and this trick: We are currently running logstash 7.8.0 Plugin version seems to be this: ggcolrun@degtluv0023:/DBA/logstash/7.8.0> sed -n '140,144p;145q' ./vendor/bundle/jruby/2.5.0/gems/logstash-output-amazon_es-7.0.1-java/lib/logstash/outputs/amazon_es.rb |
Looks like we still had the SOCKS proxy settings enabled and the two settings were conflicting with each other (Socks proxy setting was not working at all since we had an HTTP proxy not a SOCKS proxy). We had to remove the following change: In the file: We had made a modification to the line LS_JAVA_OPTS="…” We had add the following string in there: “ -Dhttp.proxyHost=blabla.com -DsocksProxyHost=sme-out-proxy.server.arvato-systems.de -DsocksProxyPort=3128 " This was resulting in |
Can someone please tell us how to make this plugin use an http_proxy server? We tried multiple settings and approaches and nothing too. Is there an official guide on how to do this?
The text was updated successfully, but these errors were encountered: