Home / Edge/ Reference· CLI Reference/pack

pack

Manages Cribl Packs.

Sub-commands:

Sub-commands and Options

pack export

Exports Cribl packs.

Usage:

./cribl pack export -m merge

Arguments:

OptionDefinition
-m <mode>Mode to export. Accepts: merge_safe, merge, default_only.
-o <filename>Where to export the Pack on disk.
-n <name>Name to override the installed Pack’s name on export.
-g <group>The Worker Group/Fleet to execute within.

pack install

Install a Cribl Pack.

Usage:

./cribl pack export -n HelloPacks

Sample response:

id          version  spec  displayName    author       description                          source
------------------------------------------------------------------------------------------------------------------------------
HelloPacks  1.0.0    ----  Hello, Packs!  Cribl, Inc.  A sample pack with a simple example  file:/opt/cribl/default/HelloPacks

Arguments:

OptionDefinition
-dRun install in debug.
-fForce install.
-cDisallow installation of Packs with custom functions.
-n <name>Name of the Pack to install, defaults to source.
-g <group>The Worker Group/Fleet to execute within.

pack list

Lists Cribl Packs.

Usage:

./cribl pack list

Arguments:

OptionDefinition
-vDisplay all Pack information in verbose mode.
-g <group>The Worker Group/Fleet to execute within.

pack uninstall

Uninstall a Cribl Pack.

Usage:

./cribl pack uninstall

Arguments:

OptionDefinition
-dRun uninstall in debug.
-g <group>The Worker Group/Fleet to execute within.

pack upgrade

Upgrade a Cribl Pack.

Usage:

./cribl pack upgrade -s https://packs.cribl.io/packs/cribl-sysdig-events

Arguments:

OptionDefinition
-dRun upgrade in debug.
-s <source>Provide the Pack source.
-m <minor>Only upgrade to minor version.
-g <group>The Worker Group/Fleet to execute within.