Is it possible to use loga with an elasticsearch that is protected by http basic auth and https?
My organization proxies our elasticsearch through nginx, to add https and basic auth.
Nothing I tried in the config file seemed to work. It would be great to support this.
As a workaround, I had to create an ssh tunnel to port 9200 on my elasticsearch box, which is unprotected but only listens on localhost. Though I was able to query elasticsearch via the local forwarded port and curl, I continued to have other issues (see #1).
Is it possible to use loga with an elasticsearch that is protected by http basic auth and https?
My organization proxies our elasticsearch through nginx, to add https and basic auth.
Nothing I tried in the config file seemed to work. It would be great to support this.
As a workaround, I had to create an ssh tunnel to port 9200 on my elasticsearch box, which is unprotected but only listens on localhost. Though I was able to query elasticsearch via the local forwarded port and curl, I continued to have other issues (see #1).