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

Add monitoring info to filter #85

Closed suyograo closed 8 years ago

suyograo commented 8 years ago
{
        "id" : "grok_eae68a9e-7067-43b2-b345-f0b522ea2b4e",
        "events" : {
          "duration_in_millis" : 3,
          "in" : 1,
          "out" : 1
        },
        "matches" : 1,
        "patterns_per_field" : {
          "message" : 1
        },
        "name" : "grok"
}
ph commented 8 years ago

LGTM