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

Re: Elasticsearch Native Binary Protocol through NGiNX Stream

2020-03-12 Thread j94305
I assume Liferay is throwing exceptions. Are these timeouts or indications of broken connections? A typical problem with the Elasticsearch Native Protocol is that it does not like third-party tear-downs of connections it uses (e.g., by NGINX or some load balancer). Posted at Nginx Forum: https:/

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