Skip to content

Commit 90e78ef

Browse files
Update pipeline/filters/lookup.md
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Oleg Mukhin <[email protected]>
1 parent fcfe916 commit 90e78ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pipeline/filters/lookup.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@ This results in output that resembles the following:
127127

128128
## CSV import
129129

130-
The CSV is used to create an in-memory key value lookup table. Column 1 of the CSV is always used as key, while column 2 is assumed to be the value. All other columns in the CSV are ignored.
131130

132-
This filter is intended for static datasets. CSV is loaded once when Fluent Bit starts and is not reloaded.
131+
Fluent Bit creates an in-memory key/value lookup table from the CSV file that you provide. The first column of this CSV is always treated as a key, and its second column as a value. Any other columns are ignored.
133132

134-
Multiline values in CSV file are not currently supported.
133+
This filter is intended for static datasets. After Fluent Bit loads the CSV file, it won't reload that file, which means the filter's lookup table won't update to reflect any changes.
134+
135+
This filter doesn't support multiline values in CSV files.

0 commit comments

Comments
 (0)