You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/filters/checklist.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The plugin supports the following configuration parameters
9
9
| Key | Description | Default |
10
10
| :-- | :---------- | :------ |
11
11
|`file`| The single value file that Fluent Bit will use as a lookup table to determine if the specified `lookup_key` exists. |_none_|
12
-
|`lookup_key`| The specific key to look up and determine if it exists. Supports [record accessor](administration/configuring-fluent-bit/classic-mode/record-accessor). |_none_|
12
+
|`lookup_key`| The specific key to look up and determine if it exists. Supports [record accessor](../../administration/configuring-fluent-bit/classic-mode/record-accessor). |_none_|
13
13
|`record`| The record to add if the `lookup_key` is found in the specified `file`. You can add multiple record parameters. |_none_|
14
14
|`mode`| Set the check mode. `exact` and `partial` are supported. |`exact`|
15
15
|`print_query_time`| Print to stdout the elapsed query time for every matched record. |`false`|
@@ -39,7 +39,7 @@ The plugin supports the following configuration parameters
39
39
match test1
40
40
```
41
41
42
-
In the following configuration reads a file `test1.log` that includes the following values
42
+
The following configuration reads a file `test1.log` that includes the following values:
@@ -60,7 +60,7 @@ Additionally, it uses the following lookup file which contains a list of malici
60
60
7.7.7.7
61
61
```
62
62
63
-
The configuration uses `$remote_addr` as the lookup key and `7.7.7.7` is malicious. The record output for the last record would look like the following
63
+
The configuration uses `$remote_addr` as the lookup key, and `7.7.7.7` is malicious. The record output for the last record would look like the following:
0 commit comments