> ## Documentation Index
> Fetch the complete documentation index at: https://docs.telophasehq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Blackhole

> Sink data to

Blackhole sink drops data. It is used for Benchmarking.

***

## Schema

<ParamField path="type" type="string" required>
  This should be set to `blackhole`
</ParamField>

***

## Example

```yaml theme={null}
sinks:
  bench_blackhole:
    type: blackhole
```
