[ 
https://issues.apache.org/jira/browse/FLUME-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900748#comment-14900748
 ] 

Johny Rufus commented on FLUME-2758:
------------------------------------

[~crondaemon], Added you to the contributor's list, from now on you can assign 
any issue to yourself

> Shield Support for Elasticsearch Sink
> -------------------------------------
>
>                 Key: FLUME-2758
>                 URL: https://issues.apache.org/jira/browse/FLUME-2758
>             Project: Flume
>          Issue Type: New Feature
>    Affects Versions: v1.6.0
>            Reporter: Jared Ramsey
>            Assignee: Dario Lombardo
>
> The existing Elasticsearch sink does not support Elasticsearch clusters that 
> have been secured with Shield.  (See https://www.elastic.co/products/shield)  
> All that would be required to add this support is allowing users to configure 
> the username and password on the sink in their flume.conf and then setting 
> the username and password on the HTTP header like so:
> UsernamePasswordCredentials creds = new 
> UsernamePasswordCredentials("username", "password");
> HttpPost httpRequest = new HttpPost(url);
> httpRequest.addHeader(new BasicScheme().authenticate(creds, httpRequest));
> I've already hard-coded a quick fix for myself that works, but it would be 
> awesome to see this in a future release and/or patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to