Author

Articles by Alexandros Sapranidis

Principal Site Reliability Engineer I

Videos

Improving the event queue in Elastic Agent and Beats

A rewrite of our internal event queue reduces memory requirements for Elastic Agent and Beats. Learn what's changed and how we simplified queue configuration while improving efficiency.

Videos

Improving memory allocation with Libbeat output client and Elasticsearch

When Filebeat or any other beat is publishing events to a remote Elasticsearch, it relies on its _bulk API, meaning that Beats doesn’t only make requests to Elasticsearch but also parses its responses, which results in increased memory utilization.

Videos

Improving Filebeat memory allocation

In this blog, learn about the improvements Elastic's Engineering team made to Filebeat memory allocation by removing a logger.