Loading...
Loading...
This skill should be used when the user asks to "find a dashboard", "search dashboards", "does a dashboard exist for X", "find widgets that query Y", "which dashboards use this field", "find a dashboard about errors", "look up dashboards by description", "search for existing monitoring dashboards", "find widgets that reference a field", or wants to discover existing Coralogix dashboards or widgets using natural-language or field-based search.
npx skill4agent add coralogix/cx-cli cx-search-dashboardcx dashboards| Command | Purpose | Key flags |
|---|---|---|
| Find dashboards by natural-language description | |
| Find widgets whose queries match a description | |
| Find all widgets that reference a specific field | |
| List all dashboards | - |
| Get full dashboard definition | - |
-o json-o agents| Goal | Command |
|---|---|
| Check if a dashboard for a service or topic already exists | |
| Find widgets whose queries cover a topic you care about | |
| Find widgets whose queries reference a specific field path | |
| Browse all dashboards | |
cx dashboards search "payment service error rate"
cx dashboards search "kubernetes node cpu"cx dashboards query-search --description "http 5xx error rate"
cx dashboards query-search --description "p99 latency over time"cx dashboards query-search --field '$d.http.status_code'
cx dashboards query-search --field '$d.kubernetes.pod.name'# Get full JSON of a dashboard you found
cx dashboards get <dashboard-id> -o json > dashboard.json
# Modify it, then create a copy
cx dashboards create --from-file dashboard.jsoncx dashboards searchcx dashboards query-search --fieldcx dashboards getcx-create-dashboardcx-telemetry-querying