Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stream-processing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In order to understand how Stream Processing works in Fluent Bit, we will go thr

## Fluent Bit Data Pipeline

[Fluent Bit](https://fluentbit.io) collects and process logs \(records\) from different input sources and allows to parse and filter these records before they hit the Storage interface. One data is processed and it's in a safe state \(either in memory or the file system\), the records are routed through the proper output destinations.
[Fluent Bit](https://fluentbit.io) collects and process logs \(records\) from different input sources and allows to parse and filter these records before they hit the Storage interface. Once data is processed and it's in a safe state \(either in memory or the file system\), the records are routed through the proper output destinations.

> Most of the phases in the pipeline are implemented through plugins: Input, Filter and Output.

Expand Down