Skip to main content

Lines

Splits the byte stream into one message per line. The default scanner for line-oriented text - log files, NDJSON, plain text.

FieldTypeDefaultDescription
Custom Delimiterstring""Override the default newline. Use any string to mark line endings
Max Buffer Sizeinteger65536Maximum size in bytes a single line can reach before producing an error
Omit EmptybooleanfalseSkip empty lines instead of emitting empty messages