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
@@ -10,7 +10,7 @@ The plugin supports the following configuration parameters:
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
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
-
|`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_|
13
+
|`result_key`|If `lookup_key` is found, sets the name of the new key to add to the output record. This new key uses the corresponding value from the second column of the CSV file in the same row where `lookup_key` was found.|_none_|
14
14
|`ignore_case`| Ignore case when matching the lookup key against the CSV keys. |`false`|
0 commit comments