Skip to content

Commit 0c3163b

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 6cb38bb commit 0c3163b

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
@@ -109,7 +109,7 @@ no-match-host,Should Not Appear
109109

110110
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

112-
For above configuration the following output can be expected (when matching case is ignored as `ignore_case` is set to true):
112+
This results in output that resembles the following:
113113

114114
```text
115115
{"hostname"=>"server-prod-001", "business_line"=>"Finance"}

0 commit comments

Comments
 (0)