Skip to content

add

Installs a package.

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

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

The unique ID of the package as in the package definition.

A record of optional package inputs that configure the package.

package::add "suricata-ocsf"
load "https://github.com/tenzir/library/raw/main/feodo/package.yaml"
read_yaml
package::add
package::add "https://github.com/tenzir/library/raw/main/zeek/package.yaml",
inputs={format: "tsv", "log-directory": "/opt/tenzir/logs"}

package::list, package::remove