Skip to content

Commit 6223d8e

Browse files
esmerelgguillotte
andauthored
Apply suggestions from code review
Co-authored-by: Garrett Guillotte <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent 7288bca commit 6223d8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/filters/checklist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The plugin supports the following configuration parameters
99
| Key | Description | Default |
1010
| :-- | :---------- | :------ |
1111
| `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_ |
1313
| `record` | The record to add if the `lookup_key` is found in the specified `file`. You can add multiple record parameters. | _none_ |
1414
| `mode` | Set the check mode. `exact` and `partial` are supported. | `exact`|
1515
| `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
3939
match test1
4040
```
4141

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:
4343

4444
```text
4545
{"remote_addr": true, "ioc":"false", "url":"https://badurl.com/payload.htm","badurl":"no"}
@@ -60,7 +60,7 @@ Additionally, it uses the following lookup file which contains a list of malici
6060
7.7.7.7
6161
```
6262

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:
6464

6565
```text
6666
{"remote_addr": "7.7.7.7", "ioc":"abc", "url":"https://badurl.com/payload.htm","badurl":"null"}

0 commit comments

Comments
 (0)