Kibana and Websockets

Hi,

Does kibana uses websockets?

Hello,

Kibana doesn't use websockets.

And why in nginx proxies we need to set connection header as upgrade?

1 Like

I assume for switching HTTP requests to TLS. But I'm 100% sure we don't use websockets.

Actually I m not using HTTPS or TLS. I want to secure my cluster using
nginx basic authentication. It worked for around 4 to 5 days but suddenly
it stopped working. On Restart on Nginx, it started working again.

I believe its due to HTTP Connection Header? Can you suggest what kind of
connection kibana expects? Close or Keep Alive or Upgrade.

Thanks and Regards
Deepansh Garg

Kibana should work just fine with basic reverse proxy. Maybe this blog post on nginx in front of ES helps you. It should be just the same for Kibana:

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.