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
When using this plugin in certain scenarios, such as HTTP based logstash->logstash communication, or when sending to endpoints with large amounts of latency, using defaults can have a significantly detrimental impact on performance.
We should improve the documentation to include recommendations (http_compression=>true, format=>json_batch, increased batch sizes) to enable improved performance for these scenarios.
Other potential improvements include setting format=>json_batch as default in a future major version, or logging a warning that single http events are being sent via this output when users specify a large batch size in their logstash configuration.
The text was updated successfully, but these errors were encountered:
When using this plugin in certain scenarios, such as HTTP based logstash->logstash communication, or when sending to endpoints with large amounts of latency, using defaults can have a significantly detrimental impact on performance.
We should improve the documentation to include recommendations (
http_compression=>true
,format=>json_batch
, increased batch sizes) to enable improved performance for these scenarios.Other potential improvements include setting
format=>json_batch
as default in a future major version, or logging a warning that single http events are being sent via this output when users specify a large batch size in their logstash configuration.The text was updated successfully, but these errors were encountered: