Writes events as key-value pairsthe values of an event.
write_linesDescription
Section titled “Description”Each event is printed on a new line, with fields separated by spaces, and nulls skipped.
Examples
Section titled “Examples”Write the values of an event
Section titled “Write the values of an event”from {x:1, y:true, z: "String"}write_lines1 true StringSee Also
Section titled “See Also”read_lines,
write_csv,
write_kv,
write_ssv,
write_tsv,
write_xsv