Skip to content

Get Started

The OpenSearch Observability Stack is an open-source, OpenTelemetry-native observability platform. It runs locally via Docker Compose and provides traces, logs, metrics, dashboards, service maps, and AI agent tracing out of the box.

  • Docker and Docker Compose (v2.20+)
  • At least 8 GB of available RAM
  • macOS, Linux, or WSL2 on Windows

Run the interactive installer:

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

The installer TUI guides you through component selection and configuration. Once complete, the stack starts automatically.

ComponentPurpose
OpenTelemetry CollectorReceives traces, logs, and metrics via OTLP
Data PrepperProcesses traces, generates service maps and RED metrics
OpenSearchStores and indexes all observability data
PrometheusScrapes and stores time-series metrics
OpenSearch DashboardsVisualizes data, agent traces, and service maps