You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Canbin Zheng (Jira)" <ji...@apache.org> on 2020/04/13 10:03:00 UTC

[jira] [Commented] (FLINK-17116) support UsernamePasswordCredentials for elasticsearch sink via SQL DDL

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

Canbin Zheng commented on FLINK-17116:
--------------------------------------

Does it related to FLINK-16788 ?

> support UsernamePasswordCredentials for elasticsearch sink via SQL DDL
> ----------------------------------------------------------------------
>
>                 Key: FLINK-17116
>                 URL: https://issues.apache.org/jira/browse/FLINK-17116
>             Project: Flink
>          Issue Type: New Feature
>          Components: Connectors / ElasticSearch, Table SQL / Ecosystem
>            Reporter: Kai Chen
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> support UsernamePasswordCredentials for elasticsearch sink via SQL DDL.
> For example:
> {code:java}
> CREATE TABLE es_sink (
>     ...
> ) WITH (
>   'connector.type' = 'elasticsearch',
>   'connector.version' = '6',
>   'connector.hosts' = 'host:port',
>   'connector.index' = 'index_name',
>   'connector.document-type' = 'type_name',
>   'connector.credential.username' = 'es_username',
>   'connector.credential.password' = 'es_password'
>   ...
> );
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)