Skip to content

Commit 0ef1c4b

Browse files
Update pipeline/processors/README.md
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Jorge Niedbalski <[email protected]>
1 parent bd0e5fe commit 0ef1c4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pipeline/processors/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Processors
22

3-
Processors are components that can modify, transform, or enhance data records as they flow through the Fluent Bit pipeline.
3+
Processors are components that modify, transform, or enhance data as it flows through Fluent Bit.
4+
Unlike [filters](../filters/README.md), processors are tightly coupled to inputs, which means they
5+
execute immediately and avoid creating a performance bottleneck.
6+
7+
Additionally, filters can be implemented in a way that mimics the behavior of processors, but
8+
processors can't be implemented in a way that mimics filters.
49

510
## Available processors
611

0 commit comments

Comments
 (0)