AWS Open Source Blog

Wesley Pettit

Author: Wesley Pettit

Wesley Pettit is a software engineer for Amazon ECS, focused on Observability. He is a maintainer of fluent/fluent-bit, a CNCF log routing project.

Splitting an application’s logs into multiple streams: a Fluent tutorial

Not all logs are of equal importance. Some require real-time analytics, others simply need to be stored long term so that they can be analyzed if needed. In this tutorial, I will show three different methods by which you can “fork” a single application’s stream of logs into multiple streams which can be parsed, filtered, […]