write_lines
Writes the values of an event.
tip
The write_kv
operator also writes the keys in addition
to the values.
write_lines
Description
Each event is printed on a new line, with fields separated by spaces, and nulls skipped.
info
The lines printer does not perform any escaping. Characters like \n
and "
are printed as-is.
Examples
Write the version number:
version
select version
write_lines