write_lines
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