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
The HTTP mixin 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 mixin 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:
logstash-mixin-http_client/README.md
Lines 58 to 60 in 9478c99
Proposed change:
Current:
Expected:
Anything else?
See also: logstash-plugins/logstash-output-http#148
The text was updated successfully, but these errors were encountered: