ktm dashboards create
Use the ktm dashboards create command to quickly generate a new empty dashboard under an operator with a required name.
Create a new empty dashboard
Usage
ktm dashboards create [flags]
Examples
# Create a dashboard
ktm dashboards create --operator my-operator --name "SLA Dashboard"
# Create with a specific InfluxDB bucket
ktm dashboards create --operator my-operator --name "Passive Metrics" --bucket my-bucket
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--bucket | string | InfluxDB bucket for passive agent data (optional) | |
--name | string | Dashboard name (required) | |
--operator | string | Operator slug (required) |
Details
Create a new dashboard under an operator with an empty widget layout.
The dashboard is created with layout version 2 (production format) and an empty widget array. Use the platform UI or future CLI commands to add widgets.
The --operator flag is required. The collection_uid is auto-discovered from the operator's dashboard root collection (same pattern as test creation).
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on