cx-search-dashboard
Installation
SKILL.md
Dashboard Search Skill
Use this skill to discover existing Coralogix dashboards and widgets using semantic or field-based search via the cx dashboards CLI commands. Before creating a new dashboard, always search first to avoid duplication.
CLI Commands
| Command | Purpose | Key flags |
|---|---|---|
cx dashboards search "<description>" |
Find dashboards by natural-language description | --limit |
cx dashboards query-search --description "<text>" |
Find widgets whose queries match a description | --limit |
cx dashboards query-search --field "<field-path>" |
Find all widgets that reference a specific field | --limit |
cx dashboards catalog -o json |
List all dashboards | - |
cx dashboards get <id> -o json |
Get full dashboard definition | - |
Output format: append -o json or -o agents for machine-readable output.