elastic / elastic-agent-shipper

Data shipper for the Elastic Agent - single, unified way to add monitoring for logs, metrics, and other types of data to a host.
Other
9 stars 19 forks source link

Tune / finalize the queue's batch and timing parameters #58

Open faec opened 2 years ago

faec commented 2 years ago

Right now the shipper's internal Beats memory queue uses fixed defaults for its initialization parameters (batch minimum event count and timeout). These are placeholders to bootstrap the shipper, and should be replaced once things are fleshed out enough to run a comparison of the options. This may involve removing those parameters entirely as we rework internal batch handling, but if not, we should decide on a baseline we're happy with and expose configuration hooks if appropriate.

jlind23 commented 1 year ago

@faec @leehinman this issue hasn't been update for a while, is it still relevant? If yes, we should probably add it to one of our upcoming sprints

leehinman commented 1 year ago

yes, very relevant