Changling
New features:
- Upgraded
requestslibrary to support new proxy protocols such asSOCKS5. To useSOCKS5, use either thesocks5orsocks5hprotocol when specifying the proxy address (socks5resolves DNS addresses locally, whereassocks5hresolves addresses at theSOCKS5server).
For example, to use a SOCKS5 proxy to proxy traffic to Scalyr, you would add the following to your agent.json configuration file:
use_requests_lib: true, // Proxy support requires use of the request library.
https_proxy: "socks5://yoursocksserver.company.com:8080” // Replace with your SOCKS5 address
Bug fixes:
- Fix bug preventing multiple instances of the
syslog_monitorfrom logging to separate log files.