From 9cf69d6db315df5c201f96d410e18ece028b1009 Mon Sep 17 00:00:00 2001 From: Mike Shi Date: Tue, 10 Jun 2025 08:49:05 -0700 Subject: [PATCH 1/2] ClickStack: Fix local mode docs and demo data link --- .../observability/clickstack/deployment/local-mode-only.md | 4 ++-- .../observability/clickstack/example-datasets/sample-data.md | 2 +- docs/use-cases/observability/clickstack/getting-started.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/use-cases/observability/clickstack/deployment/local-mode-only.md b/docs/use-cases/observability/clickstack/deployment/local-mode-only.md index f4cf2ab6c72..bb545362a7f 100644 --- a/docs/use-cases/observability/clickstack/deployment/local-mode-only.md +++ b/docs/use-cases/observability/clickstack/deployment/local-mode-only.md @@ -11,11 +11,11 @@ import Image from '@theme/IdealImage'; import hyperdx_logs from '@site/static/images/use-cases/observability/hyperdx-logs.png'; import hyperdx_2 from '@site/static/images/use-cases/observability/hyperdx-2.png'; -This mode includes the UI with all application state stored locally in the browser. +This mode includes the UI with authentication disabled to allow for quick local use. **User authentication is disabled for this distribution of HyperDX** -It does not include a MongoDB instance, meaning dashboards, saved searches, and alerts are not persisted across users. +It does not persist dashboards, saved searches, and alerts. ### Suitable for {#suitable-for} diff --git a/docs/use-cases/observability/clickstack/example-datasets/sample-data.md b/docs/use-cases/observability/clickstack/example-datasets/sample-data.md index 906ac05e515..b28f7ec2146 100644 --- a/docs/use-cases/observability/clickstack/example-datasets/sample-data.md +++ b/docs/use-cases/observability/clickstack/example-datasets/sample-data.md @@ -60,7 +60,7 @@ curl -O https://storage.googleapis.com/hyperdx/sample.tar.gz # wget https://storage.googleapis.com/hyperdx/sample.tar.gz ``` -This file contains example logs, metrics, and traces from our public [OpenTelemetry demo](http://example.com) - a simple e-commerce store with microservices. Copy this file to a directory of your choosing. +This file contains example logs, metrics, and traces from our public [OpenTelemetry demo](https://github.com/ClickHouse/opentelemetry-demo) - a simple e-commerce store with microservices. Copy this file to a directory of your choosing. ## Load sample data {#load-sample-data} diff --git a/docs/use-cases/observability/clickstack/getting-started.md b/docs/use-cases/observability/clickstack/getting-started.md index 9a1f0ecb9a8..a745a7213c0 100644 --- a/docs/use-cases/observability/clickstack/getting-started.md +++ b/docs/use-cases/observability/clickstack/getting-started.md @@ -157,11 +157,11 @@ With the stack deployed, try one of our same datasets. ## Local mode {#local-mode} -Local mode is a way to deploy HyperDX without a database or OTel collector. You can connect directly to a ClickHouse server from your browser directly, with configuration stored locally in your browser's local or session storage. This image **only** includes the HyperDX UI. +Local mode is a way to deploy HyperDX without needing to authenticate. Authentication is not supported. -This mode is intended to be used for quick testing, development, demos and debugging use cases where deploying a full HyperDX instance is not necessary. +This mode is intended to be used for quick testing, development, demos and debugging use cases where authentication and settings persistence is not necessary. ### Hosted Version {#hosted-version} From 50d75849f01513a7855fa4aa4b5c283a6c8a6166 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:58:28 +0000 Subject: [PATCH 2/2] trigger vercel deploy