You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use telegraf agent within a corporate network, but have some elasticsearch servers in the cloud. In order to connect to internet things, we need to go through an HTTP/HTTPS proxy. Right know, elasticsearch, elasticsearch_query, kibana, and logstash plugins are not taking into account standard proxy variables such as HTTP_PROXY, HTTPS_PROXY and NO_PROXY, and there is no specific config attribute to go through a proxy neither.
Expected behavior
By setting http_proxy or https_proxy environment variables, telegraf plugins should send http or https request through a proxy
Actual behavior
These plugins do not take into account http proxy variables.
Additional info
No response
The text was updated successfully, but these errors were encountered:
Use Case
We use telegraf agent within a corporate network, but have some elasticsearch servers in the cloud. In order to connect to internet things, we need to go through an HTTP/HTTPS proxy. Right know, elasticsearch, elasticsearch_query, kibana, and logstash plugins are not taking into account standard proxy variables such as HTTP_PROXY, HTTPS_PROXY and NO_PROXY, and there is no specific config attribute to go through a proxy neither.
Expected behavior
By setting http_proxy or https_proxy environment variables, telegraf plugins should send http or https request through a proxy
Actual behavior
These plugins do not take into account http proxy variables.
Additional info
No response
The text was updated successfully, but these errors were encountered: