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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -127,8 +127,9 @@ This results in output that resembles the following:
127
127
128
128
## CSV import
129
129
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.
131
130
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.
133
132
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