We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0e5fe commit 0ef1c4bCopy full SHA for 0ef1c4b
pipeline/processors/README.md
@@ -1,6 +1,11 @@
1
# Processors
2
3
-Processors are components that can modify, transform, or enhance data records as they flow through the Fluent Bit pipeline.
+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.
9
10
## Available processors
11
0 commit comments