Goodmorning everyone. I am trying to Flink connector Elasticsearch 5.2.1 and I have problems with the authentication XPACK
相关问题
- not found value index error on elastic4s
- Issues when replicating from couchbase bucket to e
- Is there a way to sort an elasticsearch _score by
- failed to send join request to master
- Multi match boolean boost
相关文章
- es 单字段多分词器时,textField.keyword无法高亮
- ElasticSearch: How to search for a value in any fi
- What are the disadvantages of ElasticSearch Doc Va
- How to handle errors in custom MapFunction correct
- NoNodeAvailableException[None of the configured no
- Types cannot be provided in put mapping requests,
- Flink: Sharing state in CoFlatMapFunction
- Elasticsearch cluster 'master_not_discovered_e
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 thePreBuiltXPackTransportClient
.