Skip to content

Commit 9ba1497

Browse files
authored
fix grok pattern typo
1 parent 71b2dc6 commit 9ba1497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/logstash-filters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"prefix": "lf-grok",
179179
"body": [
180180
"grok {",
181-
"\tmatch => { \"${field}\" => \"${pattern\"}",
181+
"\tmatch => { \"${field}\" => \"${pattern}\"}",
182182
"}"
183183
],
184184
"description": "Logstash grok Filter"
@@ -413,4 +413,4 @@
413413
],
414414
"description": "Logstash zeromq Filter"
415415
}
416-
}
416+
}

0 commit comments

Comments
 (0)