Docs Cloud Redpanda Connect Components Scanners re_match re_match Available in: Cloud, Self-Managed Split an input stream into segments matching against a regular expression. # Config fields, showing default values re_match: pattern: (?m)^\d\d:\d\d:\d\d # No default (required) max_buffer_size: 65536 Fields pattern The pattern to match against. Type: string # Examples pattern: (?m)^\d\d:\d\d:\d\d 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 Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution lines skip_bom