Skip to content

Commit 8a2f563

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 72c4a79 commit 8a2f563

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
@@ -92,7 +92,7 @@ The previous configuration reads log records from `devices.log` that includes th
9292
{"hostname": " "}
9393
```
9494

95-
It uses the value of the `hostname` field (which was set as the `lookup_key`) to find matching values in the first column of `device-bu.csv`.
95+
Because `hostname` was set as the `lookup_key`, the Lookup filter uses the value of each `hostname` key within the record to search for matching values in the first column of the CSV file.
9696

9797
```text
9898
host,department

0 commit comments

Comments
 (0)