Blackhole

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-*"]
type(required)

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

TypeSyntaxDefaultExample
stringliteral["blackhole"]

Advanced Options

The number of events that must be received in order to print a summary of activity.

TypeSyntaxDefaultExample
uint1000[1000]
rate(optional)

Rates the amount of events that the sink can consume per second.

TypeSyntaxDefaultExample
uint[1000]

How it Works

State

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