Skip to content

package::add

Installs a package.

package::add [package_path:string, inputs=record]

The package::add operator installs all operators, pipelines, and contexts from a package.

The path to a package located on the file system.

A record of optional package inputs that configure the package.

package::add "suricata-ocsf"
package::add "/mnt/config/tenzir/library/zeek",
inputs={format: "tsv", "log-directory": "/opt/tenzir/logs"}

list, remove

Last updated: