Skip to content

Transforms the input event stream to YAML byte stream.

write_yaml

Transforms the input event stream to YAML byte stream.

from_file "input.json" {
read_json
}
to_file "output.yaml" {
write_yaml
}

Last updated: