grok 2.4.1

A Rust implementation of the popular Java & Ruby grok library which allows easy text and log file processing with composable patterns.
Documentation
1
2
3
4
5
6
7
8
9
10
# Pattern definitions.

These are the built-in patterns that [`Grok::with_default_patterns`] uses.

Note that all the patterns were originally imported from
<https://github.com/logstash-plugins/logstash-patterns-core/tree/master/patterns>
which is distributed under the Apache license as well.

See <https://github.com/logstash-plugins/logstash-patterns-core/blob/master/LICENSE>
for more information.