Skip to content

Commit fa0c68e

Browse files
authored
Update Data prepper image, Add live playground link and rename Investigate to Discover (opensearch-project#126)
1 parent a986ab8 commit fa0c68e

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OTEL_COLLECTOR_PORT_HTTP=4318
3737
OTEL_COLLECTOR_METRICS_PORT=8888
3838

3939
# Data Prepper Configuration
40-
DATA_PREPPER_VERSION=2.15.0-SNAPSHOT
40+
DATA_PREPPER_VERSION=2.15.0-SNAPSHOT-rc2
4141
DATA_PREPPER_DOCKER_REPO=sgguruda62324
4242
DATA_PREPPER_OTLP_PORT=21890
4343
DATA_PREPPER_HTTP_PORT=21892

docs/src/components/Hero.astro

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,18 @@ import { CyclingTagline } from './CyclingTagline';
3131

3232
<!-- Three CTAs with Hierarchy -->
3333
<div class="flex flex-col sm:flex-row gap-4 justify-center lg:justify-start items-center">
34-
<!-- Primary CTA -->
34+
<!-- Live Playground CTA -->
35+
<a
36+
href="https://observability.playground.opensearch.org"
37+
target="_blank"
38+
rel="noopener noreferrer"
39+
class="cta-primary px-8 py-4 bg-gradient-to-r from-emerald-600 to-green-600 hover:from-emerald-500 hover:to-green-500 text-white font-bold rounded-lg transition-all duration-200 shadow-lg shadow-emerald-500/50 hover:shadow-emerald-500/70 hover:scale-105 backdrop-blur-sm"
40+
data-analytics="cta_hero_live_playground"
41+
>
42+
Live Playground
43+
</a>
44+
45+
<!-- View Docs CTA -->
3546
<a
3647
href="/docs/"
3748
class="cta-primary px-8 py-4 bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-500 hover:to-pink-500 text-white font-bold rounded-lg transition-all duration-200 shadow-lg shadow-purple-500/50 hover:shadow-purple-500/70 hover:scale-105 backdrop-blur-sm"

docs/starlight-docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default defineConfig({
105105
],
106106
},
107107
{
108-
label: 'Investigate',
108+
label: 'Discover',
109109
collapsed: true,
110110
autogenerate: { directory: 'investigate' },
111111
},

docs/starlight-docs/src/content/docs/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ OpenSearch Observability Stack is an **open-source, OpenTelemetry-native observa
2020

2121
<video src="https://github.com/opensearch-project/observability-stack/releases/download/v3.6.0-alpha.1/observability-stack-overview.mp4" controls></video>
2222

23+
<LinkCard title="Live Playground" href="https://observability.playground.opensearch.org" description="Try the Observability Stack live — no installation required." />
24+
2325
## Quickstarts
2426

2527
<LinkCard title="Install & Explore" href="/docs/get-started/installation/" description="Install the stack and explore traces already flowing from the built-in example services." />

0 commit comments

Comments
 (0)