Writes events as key-value pairsthe values of an event.
write_lines
Description
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_lines
1 true String
See Also
Section titled “See Also”read_lines
,
write_csv
,
write_kv
,
write_ssv
,
write_tsv
,
write_xsv