Skip to main content
Version: Next

Stdout

The Stdout output writes each message payload to standard output. It is handy for debugging, demos, and small local pipelines.

Configuration

FieldTypeRequiredDefaultDescription
typestringyesFixed value "stdout"
append_newlinebooleannotrueWhether to append a line break after each message.

Examples

output:
type: "stdout"
append_newline: true