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
124 stars 98 forks source link

Make changes to use the new 'logstash-devutils' #3

Closed jordansissel closed 9 years ago

jordansissel commented 9 years ago

This is tested to work:

bundle install
bundle exec rake vendor
bundle exec rspec
colinsurprenant commented 9 years ago

LGTM - need to merge this process with elasticsearch/logstash#2089

ph commented 9 years ago

LGTM