File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Modify, enrich or drop your records
44
55# Filter
66
7- In production environments you want to have full control of the data being collected .
7+ In production environments you need full control of the data you're collecting .
88Filtering lets you alter the collected data before delivering it to a destination.
99
1010``` mermaid
@@ -21,11 +21,11 @@ graph LR
2121 style C stroke:darkred,stroke-width:2px;
2222```
2323
24- Filtering is implemented through plugins. Each available filter could be used to
25- match, exclude or enrich your logs with specific metadata.
24+ Filtering is implemented through plugins. Each available filter can be used to
25+ match, exclude, or enrich your logs with specific metadata.
2626
2727Fluent Bit support many filters. A common use case for filtering is Kubernetes
28- deployments. Every pod log needs the proper metadata associated.
28+ deployments. Every pod log needs the proper metadata associated with it .
2929
3030Like input plugins, filters run in an instance context, which has its own independent
3131configuration. Configuration keys are often called _ properties_ .
You can’t perform that action at this time.
0 commit comments