logstash-filter-grok
logstash-filter-grok copied to clipboard
Grok plugin to parse unstructured (log) data into something structured.
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...
Related: https://github.com/elastic/docs-content/issues/1420 Minor doc improvements and version bump to pick up corrections made in #186
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...