Console

Configuration Options

Required Options

inputs(required)

A list of upstream source or transform IDs. Wildcards (*) are supported.

See configuration for more info.

TypeSyntaxDefaultExample
arrayliteral["my-source-or-transform-id","prefix-*"]
encoding(required)

Configures the encoding specific sink behavior.

TypeSyntaxDefaultExample
hashliteral[]
type(required)

The component type. This is a required field for all components and tells Vector which component to use.

TypeSyntaxDefaultExample
stringliteral["console"]

Advanced Options

target(optional)

The standard stream to write to.

TypeSyntaxDefaultExample
stringliteralstdout

How it Works

State

This component is stateless, meaning its behavior is consistent across each input.