When an output worker is ready to send data, it requests a batch of events from the internal queue. The size of this request is controlled by bulk_max_size, an important output tuning parameter. If bulk_max_size is 100, then the queue will try to provide 100 events for the output worker to send.The queue also has a flush.timeout parameter. When this is zero, the queue will … [Read more...] about Improving the event queue in Elastic Agent and Beats