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

Grok 3.4.5 (not released yet) is not BwC with LS 5.5.x #129

Closed original-brownbear closed 6 years ago

original-brownbear commented 6 years ago

125 introduced the use of the cached counters for metrics, only available in 5.6.x => once we release 3.4.5 it won't be compatible with LS 5.5.x.

I like @jsvd 's suggestion to branch of 3.x (without this change) and bump the version here major version in master (+ require LS >= 5.6 in master).

cc @jsvd , @andrewvc

jsvd commented 6 years ago

This has been done, branch 3.x now exists and version 4.0.0 has been released with a dependency on logstash-core >= 5.6.0