logstash-plugins / logstash-input-s3

Apache License 2.0
57 stars 150 forks source link

seahorse::client:: networking error #215

Closed vjagannath786 closed 3 years ago

vjagannath786 commented 3 years ago

Getting this error while starting the pipeline. same set of parameters are working in UAT but not in prod.

Any help much appreciated.

vjagannath786 commented 3 years ago

Logstash was not taking proxy_uri from conf file. You need to add it in jvm.options file then it is working

-Dhttp.proxyHost=x.x.x.x -Dhttp.proxyPort=xxxx

vjagannath786 commented 3 years ago

Closing as it is working.