--- id: opensearch-project/opensearch-agent-skills/observability version: "a848c089" license: Apache-2.0 install: manual updated: 2026-07-22 --- # observability — Observability is a category skill for log analytics and trace investigation in OpenSearch. It routes you to specialized skills for querying logs to spot errors and patterns, or for investigating distributed traces to debug latency and service dependencies. Publisher: opensearch-project · Stars: 37 · Updated: 2026-07-22 Install (manual): `git clone https://github.com/opensearch-project/opensearch-agent-skills` ## SKILL.md # Observability Category skill for log analytics and trace investigation with OpenSearch. ## Skills | Skill | Description | |---|---| | [log-analytics](log-analytics/SKILL.md) | Query and analyze log data — error patterns, log volume, anomaly detection, PPL queries | | [trace-analytics](trace-analytics/SKILL.md) | Investigate distributed traces — slow spans, error spans, service maps, agent invocations | ## When to Use | User Intent | Skill | |---|---| | Query logs, analyze errors, discover patterns, check log volume | [log-analytics](log-analytics/SKILL.md) | | Investigate traces, debug spans, analyze latency, service dependencies | [trace-analytics](trace-analytics/SKILL.md) | | Both logs and traces (e.g., correlate errors with spans) | Start with the primary intent, cross-reference using `traceId` | [View on SkillFed](https://skillfed.io/opensearch-project/opensearch-agent-skills/observability) · [View on GitHub](https://github.com/opensearch-project/opensearch-agent-skills)