Kibana access to Elasticsearch through a Proxy

Hi all,

From the computer where Kibana is installed to reach the network where Elasticsearch is installed we have to pass through a Proxy. I cannot find where to configure this (proxy host, proxy port, proxy user, proxy password) in Kibana,

Anyone who could send me an example?

Thanks in advance.

You would normally do this by setting the HTTP_PROXY environment variable on the machine running Kibana. However, there appears to be a bug with this being honored by the HTTP client Kibana uses under the hood: https://github.com/elastic/kibana/issues/5211.