The HTTP output plugin docs use commas as delimiters between entries for the hash used in the proxy config option examples. As per the Logstash config file format documented in https://www.elastic.co/guide/en/logstash/current/configuration-file-structure.html#hash, these would need to be space delimited instead.
Also the plain string the first example would need to be put into quotation marks (proxy => 'http://proxy.org:1234'), I believe.
Description:
The HTTP output plugin docs use commas as delimiters between entries for the hash used in the
proxy
config option examples. As per the Logstash config file format documented in https://www.elastic.co/guide/en/logstash/current/configuration-file-structure.html#hash, these would need to be space delimited instead. Also the plain string the first example would need to be put into quotation marks (proxy => 'http://proxy.org:1234'
), I believe.URL:
https://www.elastic.co/guide/en/logstash/current/plugins-outputs-http.html#plugins-outputs-http-proxy
Proposed change:
Current:
Expected:
Anything else?
See also: https://github.com/logstash-plugins/logstash-mixin-http_client/issues/47