From e850545caf5b9bd19031d88a12df8ed028a85945 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Wed, 28 Jan 2026 13:03:21 -0600 Subject: [PATCH] Update code blocks with placeholders and clarify AUTH_TOKEN usage --- .../enterprise/admin/pachatree/configure.md | 28 +++++++++---------- .../enterprise/admin/pachatree/monitor.md | 3 ++ 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/content/influxdb3/enterprise/admin/pachatree/configure.md b/content/influxdb3/enterprise/admin/pachatree/configure.md index a6fb1b5e5f..410da02582 100644 --- a/content/influxdb3/enterprise/admin/pachatree/configure.md +++ b/content/influxdb3/enterprise/admin/pachatree/configure.md @@ -363,10 +363,10 @@ influxdb3 serve \ ### Development (minimal resources) -```bash +```bash { placeholders="dev01|dev-cluster"} influxdb3 serve \ --node-id dev01 \ - --cluster-id dev \ + --cluster-id dev-cluster \ --object-store file \ --data-dir ~/.influxdb3 \ --use-pacha-tree \ @@ -378,12 +378,12 @@ influxdb3 serve \ ### Production all-in-one (8 cores, 32 GB RAM) -```bash +```bash { placeholders="prod01|prod-cluster|S3_BUCKET|AWS_ACCESS_KEY_ID|AWS_SECRET_ACCESS_KEY"} influxdb3 serve \ --node-id prod01 \ - --cluster-id prod \ + --cluster-id prod-cluster \ --object-store s3 \ - --bucket YOUR_BUCKET \ + --bucket S3_BUCKET \ --aws-access-key-id AWS_ACCESS_KEY_ID \ --aws-secret-access-key AWS_SECRET_ACCESS_KEY \ --use-pacha-tree \ @@ -397,12 +397,12 @@ influxdb3 serve \ ### High-throughput ingest node -```bash +```bash { placeholders="ingest01|prod-cluster|S3_BUCKET|AWS_ACCESS_KEY_ID|AWS_SECRET_ACCESS_KEY"} influxdb3 serve \ --node-id ingest01 \ - --cluster-id prod \ + --cluster-id prod-cluster \ --object-store s3 \ - --bucket YOUR_BUCKET \ + --bucket S3_BUCKET \ --aws-access-key-id AWS_ACCESS_KEY_ID \ --aws-secret-access-key AWS_SECRET_ACCESS_KEY \ --use-pacha-tree \ @@ -416,12 +416,12 @@ influxdb3 serve \ ### Query-optimized node -```bash +```bash { placeholders="query01|prod-cluster|S3_BUCKET|AWS_ACCESS_KEY_ID|AWS_SECRET_ACCESS_KEY"} influxdb3 serve \ --node-id query01 \ - --cluster-id prod \ + --cluster-id prod-cluster \ --object-store s3 \ - --bucket YOUR_BUCKET \ + --bucket S3_BUCKET \ --aws-access-key-id AWS_ACCESS_KEY_ID \ --aws-secret-access-key AWS_SECRET_ACCESS_KEY \ --use-pacha-tree \ @@ -435,12 +435,12 @@ influxdb3 serve \ ### Dedicated compactor -```bash +```bash { placeholders="compact01|prod-cluster|S3_BUCKET|AWS_ACCESS_KEY_ID|AWS_SECRET_ACCESS_KEY"} influxdb3 serve \ --node-id compact01 \ - --cluster-id prod \ + --cluster-id prod-cluster \ --object-store s3 \ - --bucket YOUR_BUCKET \ + --bucket S3_BUCKET \ --aws-access-key-id AWS_ACCESS_KEY_ID \ --aws-secret-access-key AWS_SECRET_ACCESS_KEY \ --use-pacha-tree \ diff --git a/content/influxdb3/enterprise/admin/pachatree/monitor.md b/content/influxdb3/enterprise/admin/pachatree/monitor.md index c8c875838b..57cf556b6b 100644 --- a/content/influxdb3/enterprise/admin/pachatree/monitor.md +++ b/content/influxdb3/enterprise/admin/pachatree/monitor.md @@ -119,6 +119,9 @@ curl -X GET "http://localhost:8181/api/v3/query_sql_telemetry" \ -H "Authorization: Bearer AUTH_TOKEN" ``` +Replace {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}} +with your {{% token-link %}}. + ### Telemetry response The response includes: