logstash-filter-grok icon indicating copy to clipboard operation
logstash-filter-grok copied to clipboard

Grok plugin to parse unstructured (log) data into something structured.

Results 64 logstash-filter-grok issues
Sort by recently updated
recently updated
newest added

I tried to improve the structure of the *Custom patterns* section. I also added basic guidelines for each possibility. For context, I sent this PR because I actually didn't see...

status:needs-triage

Related: https://github.com/elastic/docs-content/issues/1420 Minor doc improvements and version bump to pick up corrections made in #186

docs

In `logstash-patterns-core`, no distinct implementation was provided for `evs-v8` because it was effectively identical to `ecs-v1`. Remove the irrelevant warning.

In the case where multiple match patterns were specified and `break_on_match` was `false`, Grok would mark eent as failed if last pattern did not match (even if any other pattern...