docs: add Observability Stack to downloads page - #4096
Open
kylehounslow wants to merge 3 commits into
Open
Conversation
kylehounslow
requested review from
AMoo-Miki,
CEHENKLE,
elfisher,
kolchfa-aws,
krisfreedain,
natebower,
nateynateynate,
nknize and
peterzhuamazon
as code owners
March 16, 2026 20:17
Add a callout to the Observability Stack in the 'Try OpenSearch with Docker Compose' section, linking to the OpenTelemetry-native platform for traces, logs, metrics, and AI agent observability. Signed-off-by: Kyle Hounslow <kylehounslow@gmail.com> Signed-off-by: Kyle Hounslow <kylhouns@amazon.com>
kylehounslow
force-pushed
the
add-observability-stack-download
branch
from
March 16, 2026 20:18
79e13e8 to
0a4592b
Compare
TackAdam
approved these changes
Mar 16, 2026
3 tasks
kolchfa-aws
reviewed
Mar 19, 2026
kolchfa-aws
left a comment
Collaborator
There was a problem hiding this comment.
Thanks, @kylehounslow! A couple of rewording suggestions.
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Kyle Hounslow <7102778+kylehounslow@users.noreply.github.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Kyle Hounslow <7102778+kylehounslow@users.noreply.github.com>
jhmcintyre
reviewed
Mar 19, 2026
| 5. Navigate to [http://localhost:5601/](http://localhost:5601) for OpenSearch Dashboards | ||
| 6. Login with the default username (`admin`) and password (`<custom-admin-password>`) | ||
|
|
||
| **Looking for full observability out of the box?** The [Observability Stack](https://github.com/opensearch-project/observability-stack) is an OpenTelemetry-native platform that bundles OpenSearch, Dashboards, Data Prepper, and an OpenTelemetry Collector with preconfigured dashboards for traces, logs, metrics, and AI agent observability. To install the Observability Stack, run the following command: |
Contributor
There was a problem hiding this comment.
Suggested change
| **Looking for full observability out of the box?** The [Observability Stack](https://github.com/opensearch-project/observability-stack) is an OpenTelemetry-native platform that bundles OpenSearch, Dashboards, Data Prepper, and an OpenTelemetry Collector with preconfigured dashboards for traces, logs, metrics, and AI agent observability. To install the Observability Stack, run the following command: | |
| **Looking for full observability out of the box?** The [OpenSearch Observability Stack](https://github.com/opensearch-project/observability-stack) is an OpenTelemetry-native platform that bundles OpenSearch, OpenSearch Dashboards, Data Prepper, and an OpenTelemetry Collector with preconfigured dashboards for traces, logs, metrics, and AI agent observability. To install the stack, run the following command: |
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.
Description
Adds a callout to the Observability Stack in the Try OpenSearch with Docker Compose section of the downloads page.
The Observability Stack is an OpenTelemetry-native platform that bundles OpenSearch, Dashboards, Data Prepper, and an OTel Collector with pre-configured dashboards for traces, logs, metrics, and AI agent observability.
Changes
_includes/downloads/opensearch-docker.markdown(+8 lines)Check List
--signoffBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.