You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/02 05:51:00 UTC

[jira] [Commented] (GRIFFIN-216) [Measure] enhance elasticsearch sink, support elasticsearch security login

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

ASF GitHub Bot commented on GRIFFIN-216:
----------------------------------------

Github user justACT closed the pull request at:

    https://github.com/apache/incubator-griffin/pull/461


> [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)