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.

Forces a pipeline to run locally.

local {}

The local operator takes a pipeline as an argument and forces it to run at a client process.

This operator has no effect when running a pipeline through the API or Tenzir Platform.

export
where @name.starts_with("suricata")
local {
sort timestamp
}
write_ndjson
save_file "eve.json"

Last updated: