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
How was the Logstash Plugin installed: ./bin/logstash-plugin install --version xxx logstash-output-http
JVM (e.g. java -version): using the bundled JDK
OS version (uname -a if on a Unix-like system): Linux hostname 4.15.0-1065-aws #69-Ubuntu SMP Thu Mar 26 02:17:29 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Description of the problem including expected versus actual behavior:
We have a logstash pipeline that reads from kafka and write to https endpoint. After upgrading logstash version, I noticed that the pipeline throughput was dramatically reduced. The logstash node stats api showed that majority time were spent in http output plugin. After manually uninstall logstash-filter-http, logstash-input-http_poller, logstash-output-http, and gradually upgrade logstash-output-http version, I noticed the performance degradation started from v5.2.3.
Logstash information:
Please include the following information:
JVM (e.g.
java -version
): using the bundled JDKOS version (
uname -a
if on a Unix-like system):Linux hostname 4.15.0-1065-aws #69-Ubuntu SMP Thu Mar 26 02:17:29 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Description of the problem including expected versus actual behavior:
We have a logstash pipeline that reads from kafka and write to https endpoint. After upgrading logstash version, I noticed that the pipeline throughput was dramatically reduced. The logstash node stats api showed that majority time were spent in http output plugin. After manually uninstall logstash-filter-http, logstash-input-http_poller, logstash-output-http, and gradually upgrade logstash-output-http version, I noticed the performance degradation started from v5.2.3.
Stats for v5.2.2:
Stats for v5.2.3:
Steps to reproduce:
pipeline config:
logstash.yml:
The text was updated successfully, but these errors were encountered: