Installs a package.
package::add [package_path:string, inputs=record]
Description
Section titled “Description”The package::add
operator installs all operators, pipelines, and contexts from a package.
package_path : string (optional)
Section titled “package_path : string (optional)”The path to a package located on the file system.
inputs = record (optional)
Section titled “inputs = record (optional)”A record of optional package inputs that configure the package.
Examples
Section titled “Examples”Add a package from the Community Library
Section titled “Add a package from the Community Library”package::add "suricata-ocsf"
Add a local package with inputs
Section titled “Add a local package with inputs”package::add "/mnt/config/tenzir/library/zeek", inputs={format: "tsv", "log-directory": "/opt/tenzir/logs"}