re_match
Split an input stream into segments matching against a regular expression.
Fields
pattern
The pattern to match against.
Type: string
max_buffer_size
Set the maximum buffer size for storing line data, this limits the maximum size that a message can be without causing an error.
Type: int
Default: 65536