Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

Does nothing with the input.

pass

The pass operator relays the input without any modification. Outside of testing and debugging, it is only used when an empty pipeline needs to created, as {} is a record, while { pass } is a pipeline.

pass
every 10s {
pass
}

Last updated: