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

Suggestion to DSL #117

Open lucianspec opened 7 years ago

lucianspec commented 7 years ago

i found Grok DSL is weird on match multiply patterns, so i post a discussion about it.

https://discuss.elastic.co/t/grok-with-multiple-matches-can-i-assign-type-based-on- match/60397/5

grok dsl cann't tell you which pattern is matched & u have to store this message into a new field.