| Type: |
The proxy server address, in proxy("PROXY_IP:PORT") format. For example, proxy("http://myproxy:3128") |
| Default: | None |
You can use the proxy() option to configure the HTTP driver in all HTTP-based destinations to use a specific HTTP proxy that is independent from the proxy configured for the system.
Alternatively, you can leave the HTTP as-is, in which case the driver leaves the default http_proxy and https_proxy environment variables unmodified.
NOTE: Configuring the proxy() option overwrites the default http_proxy and https_proxy environment variables.
The following example illustrates including the proxy() option in your configuration.
destination {
http( url("SYSLOG_SERVER_IP:PORT") proxy("PROXY_IP:PORT") method("POST"));
}; © ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center