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.

Treats all warnings as errors.

strict {}

The strict operator takes a pipeline as an argument and treats all warnings emitted by the execution of the pipeline as errors. This is useful when you want to stop a pipeline on warnings or unexpected diagnostics.

Stop the pipeline on any warnings when sending logs

Section titled “Stop the pipeline on any warnings when sending logs”
subscribe "log-feed"
strict {
to_google_cloud_logging
}

Last updated: