Skip to content

Writes events as key-value pairsthe values of an event.

write_lines

Each event is printed on a new line, with fields separated by spaces, and nulls skipped.

from {x:1, y:true, z: "String"}
write_lines
1 true String

Last updated: