o11y-service-dashboard
Interactive guide for creating an APM service overview dashboard — discovers service data, presents metrics, and creates a tailored dashboard.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Interactive guide for creating an APM service overview dashboard — discovers service data, presents metrics, and creates a tailored dashboard.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | o11y-service-dashboard |
| description | Interactive guide for creating an APM service overview dashboard — discovers service data, presents metrics, and creates a tailored dashboard. |
Guide the user through creating a comprehensive dashboard for a specific APM service.
Use when the user asks to:
Also activates on keywords: "service dashboard", "APM overview", "service monitoring", "application dashboard", "service metrics"
Do NOT use when:
o11y-slo-setup)o11y-full-setup)Call get_cluster_context to get cached cluster awareness — version, health, installed features, and APM capabilities. This confirms APM data is available.
If the user hasn't specified a service name, call discover_o11y_data to find available APM services.
Present the list of discovered services:
Ask the user which service they want to dashboard.
Call discover_o11y_data with service_names: ["<selected_service>"] to get detailed data for the target service.
Call get_data_summary with the scoped discovery result.
Present the service profile:
Ask the user:
Call kibana_api with POST /api/dashboards/dashboard and the service-overview template configuration populated with the service data as the request body.
Alternative: Use create_dashboard for a higher-level approach — it generates service-overview panels automatically from the discovered data, reducing the need to manually compose panel configurations.
Present:
get_cluster_context — cached cluster awareness (version, health, capabilities)discover_o11y_data — discover APM services and their dataget_data_summary — generate service profile and panel suggestionscreate_dashboard — high-level dashboard creation from discovered datakibana_api — create the dashboard (POST /api/dashboards/dashboard)elastic://docs/api/kibana — Kibana REST API reference for dashboard endpointsES_URL and ES_API_KEY configuredInteractive Dashboard: When using Claude Desktop or other ext-apps hosts,
apm_service_maprenders an interactive service dependency graph with throughput, latency, and error rate overlays on each node. In Cursor/CLI, it returns markdown.
o11y-full-setup — complete observability setup including dashboards and SLOso11y-slo-setup — create SLOs to complement service dashboardsDebug and analyze LLM eval runs — view traces, compare runs, investigate failures, track costs. Use when debugging @kbn/evals failures, comparing eval runs, or analyzing LLM performance.
Start your security session with a personalized briefing — attacks, alerts, cases, rules, threat intel. Use as the first thing when starting security work.
Guide users from zero to a working Elastic cluster — Cloud or on-prem, connection config, first queries, and next steps.
Interactive guide for creating SLOs from discovered APM and metric data — identifies candidates, lets user configure targets, and creates SLOs.
Create, configure, and manage Elasticsearch indices — mappings, settings, templates, data streams, and lifecycle policies.
Interactive workflow for investigating and triaging security alerts — from alert review through enrichment, investigation, and resolution.