Skip to content

Commit 74aa8c4

Browse files
committed
additional updates
1 parent e8a6e46 commit 74aa8c4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/use-cases/observability/clickstack/deployment/hyperdx-clickhouse-cloud.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,16 +288,16 @@ For users looking to explore the HyperDX interface only, we recommend our [sampl
288288

289289
### User permissions {#user-permissions}
290290

291-
Users accessing HyperDX need **readonly permissions** and **SELECT access** to tables containing observability data.
291+
Users accessing HyperDX need **readonly SQL console access** and **SELECT permissions** on tables containing observability data.
292292

293-
**Basic setup:**
293+
#### Basic Setup {#basic-setup}
294294
```sql
295295
-- Grant readonly access and observability table permissions
296296
GRANT readonly TO your_user;
297297
GRANT SELECT ON otel.* TO your_user;
298298
```
299299

300-
**For ClickHouse infrastructure monitoring:**
300+
#### For ClickHouse infrastructure monitoring {#infra-monitoring}
301301

302302
To use the built-in ClickHouse monitoring dashboard, grant additional system table permissions:
303303

@@ -324,6 +324,10 @@ GRANT SHOW COLUMNS, SELECT(event_date, event_time, hostname, metric, value)
324324
HyperDX uses the user's SQL console permissions to query data. For custom schemas, grant SELECT on the specific tables users need to access.
325325
:::
326326

327+
:::important Alerts require admin access
328+
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.
329+
:::
330+
327331
### Create a data source {#create-a-datasource}
328332

329333
HyperDX is Open Telemetry native but not Open Telemetry exclusive - users can use their own table schemas if desired.

0 commit comments

Comments
 (0)