Docs Connect Components Scanners lines lines Available in: Cloud, Self-Managed Split an input stream into a message per line of data. # Config fields, showing default values lines: custom_delimiter: "" # No default (optional) max_buffer_size: 65536 omit_empty: false Fields custom_delimiter Use a provided custom delimiter for detecting the end of a line rather than a single line break. Type: string max_buffer_size Set the maximum buffer size for storing line data, this limits the maximum size that a line can be without causing an error. Type: int Default: 65536 omit_empty Omit empty lines. Type: bool Default: false 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 json_documents re_match