Skip to content

Commit 6cb38bb

Browse files
Update pipeline/filters/lookup.md
Co-authored-by: Alexa Kreizinger <alexakreizinger@gmail.com> Signed-off-by: Oleg Mukhin <oleg.v.mukhin@gmail.com>
1 parent 1e14ae8 commit 6cb38bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/filters/lookup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ app-backend-123,Operations
107107
no-match-host,Should Not Appear
108108
```
109109

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.
111111

112112
For above configuration the following output can be expected (when matching case is ignored as `ignore_case` is set to true):
113113

0 commit comments

Comments
 (0)