Skip to content

Commit 6566a7f

Browse files
authored
Update data-pipeline.md
Signed-off-by: Lynette Miles <[email protected]>
1 parent 34e9e51 commit 6566a7f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

concepts/data-pipeline.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# Data pipeline
22

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.
84

95
## Filters
106

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.
128

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.
1412

1513
## Inputs
1614

0 commit comments

Comments
 (0)