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
@@ -107,7 +107,7 @@ app-backend-123,Operations
107
107
no-match-host,Should Not Appear
108
108
```
109
109
110
-
Where a match is found the filter adds new key (name of which is set by the `result_key`input) with the value from the second column of the CSV file of the matched row.
110
+
When the filter finds a match, it adds a new key with the name specified by `result_key`and a value from the second column of the CSV file of the row where `lookup_key` was found.
111
111
112
112
For above configuration the following output can be expected (when matching case is ignored as `ignore_case` is set to true):
0 commit comments