Skip to content

Commit 131f1be

Browse files
Apply suggestions from code review
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 82adfa1 commit 131f1be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/filters/lookup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pipeline:
7777

7878
The previous configuration reads log records from `devices.log` that includes the following values for device hostnames:
7979

80-
```text
80+
```shell
8181
{"hostname": "server-prod-001"}
8282
{"hostname": "Server-Prod-001"}
8383
{"hostname": "db-test-abc"}
@@ -111,7 +111,7 @@ When the filter finds a match, it adds a new key with the name specified by `res
111111

112112
This results in output that resembles the following:
113113

114-
```text
114+
```shell
115115
{"hostname"=>"server-prod-001", "business_line"=>"Finance"}
116116
{"hostname"=>"Server-Prod-001", "business_line"=>"Finance"}
117117
{"hostname"=>"db-test-abc", "business_line"=>"Marketing"}

0 commit comments

Comments
 (0)