These docs are for Cribl Stream 4.12 and are no longer actively maintained.
See the latest version (4.13).
git
Manages Worker Group configuration.
Sub-commands:
Sub-commands and Options
git commit
Commit Worker Group or Fleet configuration changes.
Usage:
./cribl git commit -g production_logs -m "Add syslog pipeline"
./cribl git commit -g webserver_data -m "Remove Parser function from webhook pipeline"
Arguments:
Option | Definition |
---|---|
-g <group> | Group ID. |
-m <message> | Commit message. |
git commit-deploy
Commit and also deploy Worker Group or Fleet configuration changes.
Usage:
./cribl git commit-deploy -g production_logs -m "Add syslog pipeline"
./cribl git commit-deploy -g webserver_data -m "Remove Parser function from webhook pipeline"
Option | Definition |
---|---|
-g <group> | Group ID. |
-m <message> | Commit message. |
git deploy
Deploy Worker Group or Fleet configuration changes.
Usage:
./cribl git commit-deploy -g production_logs -v 7c04de1
Sample response:
Successfully committed version 7c04de1
Arguments:
Option | Definition |
---|---|
-g <group> | Group ID. |
-v <version> | Deploy version. |
git list-groups
List Worker Groups or Fleets.