You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stream-processing/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ In order to understand how Stream Processing works in Fluent Bit, we will go thr
6
6
7
7
## Fluent Bit Data Pipeline
8
8
9
-
[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.
9
+
[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.
10
10
11
11
> Most of the phases in the pipeline are implemented through plugins: Input, Filter and Output.
0 commit comments