Re: Elasticsearch SQL connector with SSL

2022-04-04 Thread Yuheng Zhong
Hi Marios, Ravi, Thanks for the suggestions! On Mon, Apr 4, 2022 at 5:00 AM ☼ R Nair wrote: > Why bother repeating effort and code? > > https://prestodb.io/docs/current/connector/elasticsearch.html > > Best, > Ravi > > On Mon, 4 Apr 2022 at 04:42, Marios Trivyzas wrote: > >> >> Hi! >> >> I

Re: Elasticsearch SQL connector with SSL

2022-04-04 Thread ☼ R Nair
Why bother repeating effort and code? https://prestodb.io/docs/current/connector/elasticsearch.html Best, Ravi On Mon, 4 Apr 2022 at 04:42, Marios Trivyzas wrote: > > Hi! > > I don't think you can do it "out-of-the-box" > You can check an elasticsearch example: >

Re: Elasticsearch SQL connector with SSL

2022-04-04 Thread Marios Trivyzas
Hi! I don't think you can do it "out-of-the-box" You can check an elasticsearch example: https://github.com/elastic/elasticsearch/issues/29799 and then you'd probably need to adjust the code at

Elasticsearch SQL connector with SSL

2022-04-02 Thread Yuheng Zhong
Hi, I recently started working on a flink job using elasticsearch sql connector. Our elasticsearch cluster required SSL certificate to be connected and there is no option to set cert in the current version of elasticsearch sql connector(Elasticsearch | Apache Flink