You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/use-cases/observability/clickstack/deployment/hyperdx-clickhouse-cloud.md
+11-34Lines changed: 11 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ import hyperdx_cloud_landing from '@site/static/images/use-cases/observability/h
18
18
import hyperdx_cloud_datasource from '@site/static/images/use-cases/observability/hyperdx_cloud_datasource.png';
19
19
import hyperdx_create_new_source from '@site/static/images/use-cases/observability/hyperdx_create_new_source.png';
20
20
import hyperdx_create_trace_datasource from '@site/static/images/use-cases/observability/hyperdx_create_trace_datasource.png';
21
+
import read_only from '@site/static/images/clickstack/read-only-access.png';
21
22
import { TrackedLink } from '@site/src/components/GalaxyTrackedLink/GalaxyTrackedLink';
22
23
23
24
<PrivatePreviewBadge/>
@@ -288,45 +289,21 @@ For users looking to explore the HyperDX interface only, we recommend our [sampl
288
289
289
290
### User permissions {#user-permissions}
290
291
291
-
Users accessing HyperDX need **readonly SQL console access**, **SHOW permissions**, and **SELECT permissions** on tables containing observability data.
292
+
Users accessing HyperDX are automatically authenticated using their ClickHouse Cloud console credentials. Access is controlled through SQL console permissions configured in the service settings.
292
293
293
-
#### Basic Setup {#basic-setup}
294
+
#### To configure user access {#configure-access}
294
295
295
-
```sql
296
-
-- Grant readonly access and observability table permissions
297
-
GRANT readonly TO your_user;
298
-
GRANT SHOW, SELECTON otel.* TO your_user;
299
-
```
300
-
301
-
#### For ClickHouse infrastructure monitoring {#infra-monitoring}
302
-
303
-
To use the built-in ClickHouse monitoring dashboard, grant additional system table permissions:
304
-
305
-
```sql
306
-
-- Required for ClickHouse infrastructure dashboard
307
-
GRANT SHOW COLUMNS, SELECT(event_date, event_time, memory_usage,
To enable alerts, **at least one user with admin access** to the database via the SQL console must log into HyperDX at least once. This is required to provision a dedicated user in the database that runs alert queries.
306
+
To enable alerts, at least one user with **Service Admin**permissions (mapped to **Full Access** in the SQL Console Access dropdown) must log into HyperDX at least once. This provisions a dedicated user in the database that runs alert queries.
0 commit comments