Add log analytics and observability skill references#67
Merged
owaiskazi19 merged 4 commits intoopensearch-project:mainfrom Mar 25, 2026
Merged
Conversation
…ch-launchpad Update npx skills install commands and directory structure references in README.md and DESIGN.md to use the correct repository name opensearch-project/opensearch-launchpad. Signed-off-by: Arjun kumar Giri <arjung@amazon.com>
Signed-off-by: Arjun kumar Giri <arjung@amazon.com>
Add observability and log analytics capabilities to the opensearch-launchpad skill. Includes a discovery-first log analytics workflow, OTel trace investigation guide, and PPL language reference. Changes: - Update SKILL.md description with log analytics trigger keywords - Add observability routing table to SKILL.md - Add references/observability/log-analytics.md with phased workflow: discover indices, understand schema, ask clarifying questions, perform analytics with PPL - Add references/observability/traces.md for OTel trace investigation - Add references/observability/ppl-reference.md with 50+ commands and 14 function categories - Instruct agent to use opensearch-mcp-server-py for AOS/AOSS clusters with auto-install flow including endpoint and auth collection - Fix MCP auto-install messaging to ask user to restart IDE Refs: opensearch-project/observability-stack#119 Signed-off-by: Arjun kumar Giri <arjung@amazon.com>
owaiskazi19
reviewed
Mar 23, 2026
| ingestion, query logs with PPL, analyze error patterns, set up index | ||
| lifecycle policies, investigate traces, or check stack health. Activate | ||
| even if the user says log analysis, Fluent Bit, Fluentd, Logstash, syslog, | ||
| traceId, OpenTelemetry, or log analytics without mentioning OpenSearch. |
Member
There was a problem hiding this comment.
nit: Don't we want to mention Docling for ingestion in the description?
owaiskazi19
approved these changes
Mar 23, 2026
Member
|
@arjunkumargiri Im ok with adding observability within the launchpad skill for now. But the more "sub"-skills we add it would complicate how IDE agents load them into context and add management overhead for us. |
saratvemulapalli
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds log analytics and observability capabilities to the opensearch-launchpad skill
What's included
Updated SKILL.md:
New reference files under references/observability/:
Design decisions
Testing