Transforms the input event stream to YAML byte stream.
write_yamlDescription
Section titled “Description”Transforms the input event stream to YAML byte stream.
Examples
Section titled “Examples”Convert a JSON file into a YAML file
Section titled “Convert a JSON file into a YAML file”from_file "input.json" { read_json}to_file "output.yaml" { write_yaml}