[
https://issues.apache.org/jira/browse/GRIFFIN-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16700019#comment-16700019
]
ASF GitHub Bot commented on GRIFFIN-216:
----------------------------------------
GitHub user justACT opened a pull request:
https://github.com/apache/incubator-griffin/pull/461
enhance elasticsearch sink, support elasticsearch security login
GRIFFIN-216 [Measure] enhance elasticsearch sink, support elasticsearch
security login
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/justACT/incubator-griffin newESSink
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/461.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #461
----
commit dd6e2ad5da050ebf3b4a368c73767d154a602790
Author: xiangrchen <xiangrchen@...>
Date: 2018-11-27T07:26:45Z
enhance elasticsearch sink, support elasticsearch security login
----
> [Measure] enhance elasticsearch sink, support elasticsearch security login
> --------------------------------------------------------------------------
>
> Key: GRIFFIN-216
> URL: https://issues.apache.org/jira/browse/GRIFFIN-216
> Project: Griffin (Incubating)
> Issue Type: Improvement
> Reporter: xiangrong,chen
> Assignee: xiangrong,chen
> Priority: Major
>
> sometimes, elasticsearch have access control if user install x-pack, so
> "user" and "password" feild is needed in the config information, just like:
> "sinks": [
> {
> "type": "ELASTICSEARCH",
> "config": {
> "method": "post",
> "api": "http://10.176.4.184:9200/griffin/accuracy",
> {color:#FF0000}"user": "elastic",{color}
> {color:#FF0000} "password": "changeme",{color}
> "connection.timeout": "1m",
> "retry": 10
> }
> }
> ]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)