Skip to content

write_lines

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

read_lines, write_kv, write_ssv, write_tsv, write_xsv