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

don't rely on element ordering when testing json format #120

Closed jsvd closed 6 years ago

jsvd commented 6 years ago

fixes https://travis-ci.org/logstash-plugins/logstash-filter-grok/jobs/257686981#L1257-L1265

jordansissel commented 6 years ago

LGTM