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
4
4
5
5
# Filter
6
6
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 .
8
8
Filtering lets you alter the collected data before delivering it to a destination.
9
9
10
10
``` mermaid
@@ -21,11 +21,11 @@ graph LR
21
21
style C stroke:darkred,stroke-width:2px;
22
22
```
23
23
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.
26
26
27
27
Fluent 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 .
29
29
30
30
Like input plugins, filters run in an instance context, which has its own independent
31
31
configuration. Configuration keys are often called _ properties_ .
You can’t perform that action at this time.
0 commit comments