mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
logstash_plugin: fix proxy support and improve error reporting (#11951)
* fix(logstash_plugin): use env vars for proxy, expose stderr on failure Replace broken -DproxyHost/-DproxyPort JVM flags with http_proxy/https_proxy environment variables, which are respected by modern Logstash bundled JDK. Also include stderr in fail_json so the actual error output is visible. Fixes #8650 * feat(changelog): add fragment for PR 11951
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "logstash_plugin - use ``http_proxy``/``https_proxy`` environment variables for proxy support instead of broken JVM flags; expose ``stderr`` on failure (https://github.com/ansible-collections/community.general/issues/8650, https://github.com/ansible-collections/community.general/pull/11951)."
|
||||
Reference in New Issue
Block a user