Flink Xpack ElasticSearch 5 ElasticsearchSecurityE

2019-07-31 14:19发布

Goodmorning everyone. I am trying to Flink connector Elasticsearch 5.2.1 and I have problems with the authentication XPACK

1条回答
贪生不怕死
2楼-- · 2019-07-31 15:11

Using a different transport clients is currently (March 2017, Flink 1.2) not supported in Flink.

However, I've filed a JIRA to add the feature: FLINK-6065 Make TransportClient for ES5 pluggable

Until this has been implemented into Flink, I recommend overriding the ElasticsearchSink and using a different call bridge calling the PreBuiltXPackTransportClient.

查看更多
登录 后发表回答