logstash-plugins / logstash-filter-grok

Grok plugin to parse unstructured (log) data into something structured.
https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html
Apache License 2.0
122 stars 97 forks source link

Add patterns defintion option #107

Closed suyograo closed 7 years ago

suyograo commented 7 years ago

Add option to define patterns inline in the filter using pattern_definitions configuration.

suyograo commented 7 years ago

hmm not sure why the tests are failing on travis. they pass locally :/

suyograo commented 7 years ago

@talevy tests are fixed now.

talevy commented 7 years ago

@suyograo are they? I don't see any changes. I re-ran the task

suyograo commented 7 years ago

@talevy I published a new version of logstash-core-plugin-api which tracks 5.2.1. That fixed it.

talevy commented 7 years ago

@suyograo ah, re-ran locally. LGTM

suyograo commented 7 years ago

Travis is now failing because of S3 related issues. Will wait for that dust to settle down before I merge.