You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full list of all cribl CLI commands. All group-scoped commands accept -g <group> (defaults to first worker group). Most commands support --table for human-readable output. All commands support --dry-run to preview the HTTP request without executing it.
The update subcommand on all resources uses merge-on-update: it fetches the existing config, merges your changes on top, then PATCHes — so you only need to send the fields you want to change.
Configuration
Command
Description
cribl config set [options]
Configure credentials for a profile
cribl config show [-n name]
Show current configuration (secrets masked)
cribl config use <name>
Switch active profile
Worker Groups
Command
Description
cribl workers list
List all worker groups
cribl workers get <id>
Get a worker group by ID
cribl workers deploy [-g group]
Deploy committed config to workers
Sources
Command
Description
cribl sources list [-g group]
List source configurations
cribl sources get <id> [-g group]
Get a source by ID
cribl sources create [options] [-g group]
Create a source (--type, --id, --json-config)
cribl sources update <id> <json> [-g group]
Update a source (merge-on-update)
cribl sources delete <id> [-g group]
Delete a source
Destinations
Command
Description
cribl destinations list [-g group]
List destination configurations
cribl destinations get <id> [-g group]
Get a destination by ID
cribl destinations create [options] [-g group]
Create a destination (--type, --id, --json-config)
These resources are single-config endpoints (get/update), not standard CRUD:
Command
Description
cribl auth-settings get
Get authentication settings
cribl auth-settings update <json>
Update authentication settings
cribl git-settings get
Get git settings
cribl git-settings update <json>
Update git settings
cribl kms get
Get KMS configuration
cribl kms update <json>
Update KMS configuration
cribl kms health
Get KMS health status
cribl logger get [-g group]
Get logger configuration
cribl logger set <json> [-g group]
Set logger configuration
cribl profiler get [-g group]
Get profiler status
cribl profiler start [-g group]
Start profiler
cribl profiler stop [-g group]
Stop profiler
cribl preview run <json> [-g group]
Run a data preview
Standard CRUD Commands (Factory-Generated)
The following commands are generated from a declarative registry. Each has list, get, create, update, delete subcommands unless noted otherwise. All update commands use merge-on-update.
Group-Scoped (accept -g <group>)
Command
Operations
API Path
cribl parsers
full CRUD
lib/parsers
cribl schemas
full CRUD
lib/schemas
cribl regex
full CRUD
lib/regex
cribl grok
full CRUD
lib/grok
cribl event-breakers
full CRUD
lib/breakers
cribl global-vars
full CRUD
lib/vars
cribl db-connections
full CRUD
lib/database-connections
cribl secrets
full CRUD
system/secrets
cribl credentials
full CRUD
system/credentials
cribl collectors
full CRUD
collectors
cribl conditions
full CRUD
conditions
cribl parquet-schemas
full CRUD
lib/parquet-schemas
cribl protobuf-libs
full CRUD
lib/protobuf-libraries
cribl sds-rules
full CRUD
lib/sds-rules
cribl sds-rulesets
full CRUD
lib/sds-rulesets
cribl appscope
full CRUD
lib/appscope-configs
cribl certificates
list, get, create, delete
system/certificates
cribl samples
list, get, create, delete
system/samples
cribl scripts
list, get, create, delete
system/scripts
cribl lookups
list, get, create, delete
system/lookups
cribl packs
list, get, create, delete
packs
cribl executors
list, get
executors
cribl hmac-functions
list, get
lib/hmac-functions
cribl functions
list, get
functions
Global (no group required)
Command
Operations
API Path
cribl users
full CRUD
system/users
cribl roles
full CRUD
system/roles
cribl teams
full CRUD
system/teams
cribl policies
full CRUD
system/policies
cribl banners
full CRUD
system/banners
cribl encryption-keys
full CRUD
system/keys
cribl notification-targets
full CRUD
notification-targets
cribl workspaces
full CRUD
workspaces
cribl messages
list, get, create, delete
system/messages
cribl licenses
list, get
system/licenses
cribl subscriptions
list, get
system/subscriptions
cribl outposts
list, get
master/outposts
cribl alerts
list
notifications
cribl feature-flags
list, get, update
settings/features
cribl ai-settings
list, get, update
ai/settings/features
Search-Scoped (accept -g <group>, defaults to default_search)