Skip to content

Commit 07572be

Browse files
committed
feat: add project links to overview dashboard
Add Observability Stack website, GitHub, and documentation links to the default overview dashboard for easy access by KubeCon attendees.
1 parent 5eb774b commit 07572be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose/opensearch-dashboards/init/init-opensearch-dashboards.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,12 +1138,16 @@ def create_overview_dashboard(workspace_id):
11381138
markdown_text = f"""## Welcome to OpenSearch Observability Stack!
11391139
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.
11401140
1141+
[Observability Stack Website](https://observability.opensearch.org) | [GitHub](https://github.com/opensearch-project/observability-stack)
1142+
11411143
### Architecture
11421144
{arch_img_tag}
11431145
11441146
---
11451147
11461148
### Getting started
1149+
For full setup instructions and guides, see the [Documentation](https://observability.opensearch.org/docs/).
1150+
11471151
1. **Send telemetry** to the OTel Collector via gRPC (`:4317`) or HTTP (`:4318`)
11481152
2. **Explore logs** to see application log events
11491153
3. **Explore traces** to follow requests across services

0 commit comments

Comments
 (0)