Kibana dev tools appears to ignore the env variable NOPROXY

The Linux server on which kibana is running does not have direct internet access. Instead there are a bunch of ENV variable set that most network aware programs use. In particular we set NOPROXY= local.domain.

Most of kibana works fine with this arrangement but the dev tool always tries to send requests to the proxy rather than to the ES server which is on the local network.

Is this expected?

This could be a bug? Can you please log it at Issues · elastic/kibana · GitHub

Thanks,
Bhavya

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