From 51391b46881aa135b90b712919e15140aa3e6f50 Mon Sep 17 00:00:00 2001 From: Kyle Hounslow Date: Fri, 20 Mar 2026 14:44:21 -0700 Subject: [PATCH] feat: add project links to overview dashboard Add Observability Stack website, GitHub, and documentation links to the default overview dashboard for easy discoverability. Signed-off-by: Kyle Hounslow --- .../opensearch-dashboards/init/init-opensearch-dashboards.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose/opensearch-dashboards/init/init-opensearch-dashboards.py b/docker-compose/opensearch-dashboards/init/init-opensearch-dashboards.py index d206604a..b00595ca 100644 --- a/docker-compose/opensearch-dashboards/init/init-opensearch-dashboards.py +++ b/docker-compose/opensearch-dashboards/init/init-opensearch-dashboards.py @@ -1138,12 +1138,16 @@ def create_overview_dashboard(workspace_id): markdown_text = f"""## Welcome to OpenSearch Observability Stack! Your entire stack, fully visible. APM traces, logs, Prometheus metrics, service maps, and AI agent tracing — unified in one open-source platform built for modern infrastructure. Total observability, zero lock-in. +[Observability Stack Website](https://observability.opensearch.org) | [GitHub](https://github.com/opensearch-project/observability-stack) + ### Architecture {arch_img_tag} --- ### Getting started +For full setup instructions and guides, see the [Documentation](https://observability.opensearch.org/docs/). + 1. **Send telemetry** to the OTel Collector via gRPC (`:4317`) or HTTP (`:4318`) 2. **Explore logs** to see application log events 3. **Explore traces** to follow requests across services