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: concepts/data-pipeline.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,14 @@
1
1
# Data pipeline
2
2
3
-
The Fluent Bit data pipeline incorporates several specific concepts.
4
-
5
-
## Buffer
6
-
7
-
The [`buffer`](./buffering.md) phase in the pipeline aims to provide a unified and persistent mechanism to store your data, using the primary in-memory model or the file system-based mode.
3
+
The Fluent Bit data pipeline incorporates several specific concepts. Data processing flows through the pipeline following these concepts in order.
8
4
9
5
## Filters
10
6
11
-
In production environments you need full control of the data you're collecting. Filtering lets you alter the collected data before delivering it to a destination.
7
+
[Filters](../pipeline/filters.md) let you alter the collected data before delivering it to a destination. In production environments you need full control of the data you're collecting. Using filters lets you control data before processing.
12
8
13
-
For more details about the Filters available and their usage, see [Filters](../pipeline/filters.md).
9
+
## Buffer
10
+
11
+
The [`buffer`](./buffering.md) phase in the pipeline aims to provide a unified and persistent mechanism to store your data, using the primary in-memory model or the file system-based mode.
0 commit comments