basic auth and https
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).
I'll need this for an upcoming project, and it fits into the overall work I need to get the API spec back up to date.
@wryfi https://github.com/malnick/logasaurus/pull/3
You don't need any type of auth correct? Just HTTPS for the request?
Basic AUTH + TLS support would also be a requirements for us. So +1 for both from me.
Are you using Shield?
nope, we have a plain haproxy