We are using the lib behind a proxy to connect to the elasticsearch. As the lib does not use the Requests transport, the program does not use the envvars HTTP_PROXY nor HTTPS_PROXY, and thus the connection fails.
Is there any way to set up django-logging so it creates the Elasticsearch with requests transport option enabled?
Thanks for the amazing work!