You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by GitBox <gi...@apache.org> on 2020/03/27 03:09:03 UTC

[GitHub] [flume] AndreLouisCaron opened a new pull request #323: Enable configuration of HTTP client in ElasticSearch sink

AndreLouisCaron opened a new pull request #323: Enable configuration of HTTP client in ElasticSearch sink
URL: https://github.com/apache/flume/pull/323
 
 
   It's quite common to deploy ElasticSearch behind some authenticating reverse proxy (e.g. with AWS ElasticSearch).
   
   The original implementation directly instantiates `org.apache.http.impl.client.DefaultHttpClient` with no form of control over authentication.
   
   This change enables configuring the HTTP client with any form of authentication.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services