Re: Elasticsearch Native Binary Protocol through NGiNX Stream

2020-03-13 Thread galew
Hi, thanks for the answer The problem was the syntax in the Elasticsearch Native Binary Protocol Client, which tried to sniff the configuration behind the proxy. Setting the clientTransportSniff="false" and transport addresses with the right syntax was enough. So this case solved, quilty was Life

Elasticsearch Native Binary Protocol through NGiNX Stream

2020-03-03 Thread galew
Hi, I have tried to ask from Elasticsearch forums and googled everywhere, but with no help so I registered here. I am using NGiNX to cover my Elasticsearch clusters and all the clients connect through them. Everything else works fine to both the http and non-http traffic. The problem is the Lifer