Add log analytics and observability skill references#66
Closed
arjunkumargiri wants to merge 4 commits intoopensearch-project:mainfrom
Closed
Add log analytics and observability skill references#66arjunkumargiri wants to merge 4 commits intoopensearch-project:mainfrom
arjunkumargiri wants to merge 4 commits intoopensearch-project:mainfrom
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>
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, based on the requirements from opensearch-project/observability-stack#119 and the sample implementation in opensearch-project/observability-stack#120.
What's included
Updated SKILL.md:
New reference files under references/observability/:
Design decisions
Testing