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

Fix dictionary definition passed into the spec methods #190

Closed andsel closed 1 year ago

andsel commented 1 year ago

Fix dictionary definition passed into the spec methods, to be compliant with JRuby 9.4

How to test

same steps as https://github.com/logstash-plugins/logstash-filter-cidr/pull/26