Skip to content
Open
Changes from 1 commit
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 OTel Collector with pre-configured dashboards for traces, logs, metrics, and AI agent observability:
Comment thread
kylehounslow marked this conversation as resolved.
Outdated

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

Learn more at [observability.opensearch.org](https://observability.opensearch.org/).
Comment thread
kylehounslow marked this conversation as resolved.
Outdated
Loading