xiangrong,chen created GRIFFIN-216:
--------------------------------------
Summary: [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
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)