write_ndjson
Transforms the input event stream to a Newline-Delimited JSON byte stream.
Description
Transforms the input event stream to a Newline-Delimited JSON byte stream.
strip = bool (optional)
Enables all strip_*
options.
Defaults to false
.
color = bool (optional)
Colorize the output.
Defaults to false
.
strip_null_fields = bool (optional)
Strips all fields with a null
value from records.
Defaults to false
.
strip_nulls_in_lists = bool (optional)
Strips all null
values from lists.
Defaults to false
.
strip_empty_records = bool (optional)
Strips empty records, including those that only became empty by stripping.
Defaults to false
.
strip_empty_lists = bool (optional)
Strips empty lists, including those that only became empty by stripping.
Defaults to false
.