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 97 forks source link

Refactor initialization to prevent a resource leak. #133

Closed andrewvc closed 6 years ago

andrewvc commented 6 years ago

Plugins generally shouldn't call initialize. While LS core could be improved this small fix is worthwhile today.

Fixes https://github.com/logstash-plugins/logstash-filter-grok/issues/132 .

jakelandis commented 6 years ago

LGTM

elasticsearch-bot commented 6 years ago

Andrew Cholakian merged this into the following branches!

Branch Commits
master 1acf1b33b3c64d6531cf9663e57c45f666973109