Blackhole
Configuration Options
Required Options
inputs(required)
A list of upstream source or transform
IDs. Wildcards (*) are supported.
See configuration for more info.
| Type | Syntax | Default | Example |
|---|---|---|---|
| array | literal | ["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.
| Type | Syntax | Default | Example |
|---|---|---|---|
| string | literal | ["blackhole"] |
Advanced Options
print_amount(optional)
The number of events that must be received in order to print a summary of activity.
| Type | Syntax | Default | Example |
|---|---|---|---|
| uint | 1000 | [1000] |
rate(optional)
Rates the amount of events that the sink can consume per second.
| Type | Syntax | Default | Example |
|---|---|---|---|
| uint | [1000] |
How it Works
State
This component is stateless, meaning its behavior is consistent across each input.