Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions _includes/downloads/opensearch-docker.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ The best way to try out OpenSearch is to use [Docker Compose](https://docs.docke
4. Have a nice coffee while everything is downloading and starting up
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:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:


```
curl -fsSL https://raw.githubusercontent.com/opensearch-project/observability-stack/main/install.sh | bash
```

For more information, see the [Observability Stack documentation](https://observability.opensearch.org/).
Loading