[
https://issues.apache.org/jira/browse/FLUME-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900696#comment-14900696
]
Jared Ramsey commented on FLUME-2758:
-------------------------------------
I don't see an option for assigning it to you, so I'm not sure. Thanks for
looking into it though!
> 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
>
> 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)