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/lookup.md
+1-1Lines changed: 1 addition & 1 deletion
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 CSV file that Fluent Bit will use as a lookup table. The file should contain two columns (key and value), with the first row as an optional header that is skipped. Supports quoted fields and escaped quotes. |_none_|
12
-
|`lookup_key`|The specific key in the input record to look up in the CSV file's first column. Supports [record accessor](../../administration/configuring-fluent-bit/record-accessor). |_none_|
12
+
|`lookup_key`|Specifies the key to search for in the CSV file's first column. Supports [record accessor](../administration/configuring-fluent-bit/classic-mode/record-accessor) syntax. |_none_|
13
13
|`result_key`| The name of the key to add to the output record with the matched value from the CSV file's second column if a match is found. |_none_|
14
14
|`ignore_case`| Ignore case when matching the lookup key against the CSV keys. |`false`|
0 commit comments