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.

Starts a pipeline in the node.

pipeline::detach {}, [id=string]

The pipeline::detach operator starts a hidden managed pipeline in the node, and returns as soon as the pipeline has started.

Sets the pipeline’s ID explicitly, instead of assigning a random ID. This corresponds to the id field in the output of pipeline::list, and the pipeline_id field in the output of metrics and diagnostics.

pipeline::detach {
every 1min {
version
}
select version
write_lines
save_stdout
}

Last updated: