Hi,
I'm new to elasticsearch and kibana.
I connect to elasticsearch using a socket proxy:
curl --proxy socks5h://localhost:8001 <server_address>
I tried to set HTTP_PROXY environment variable to socks5h://localhost:8001 which did not work.
I did not succeed in setting the same proxy socket for kibana so that I can reach elasticsearch.
Is there any way to do that ?
Best,
Rémi