# write-stdout Write the `payload` field of events to stdout. Will be treated as binary when no `encoding` is specified. ## Config **Optional:** - `encoding`: Output encoding (utf8, ascii, base64) ## Example ```yaml pipeline: write-file: config: encoding: base64 ```