From a4fe6755bd6aff9d0f19535d620a271973938c2a Mon Sep 17 00:00:00 2001 From: mdevy-influxdata <53542066+mdevy-influxdata@users.noreply.github.com> Date: Wed, 16 Jul 2025 14:55:39 -0700 Subject: [PATCH] http-bind port update Adjusted port numbers to allow for proper load balancer routing --- .../influxdb3/enterprise/get-started/multi-server.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/influxdb3/enterprise/get-started/multi-server.md b/content/influxdb3/enterprise/get-started/multi-server.md index 130986759..9c4ada177 100644 --- a/content/influxdb3/enterprise/get-started/multi-server.md +++ b/content/influxdb3/enterprise/get-started/multi-server.md @@ -57,7 +57,7 @@ influxdb3 serve \ --mode ingest,query \ --object-store s3 \ --bucket influxdb-3-enterprise-storage \ - --http-bind localhost:8282 \ + --http-bind localhost:8181 \ --aws-access-key-id AWS_ACCESS_KEY_ID \ --aws-secret-access-key AWS_SECRET_ACCESS_KEY ``` @@ -286,7 +286,7 @@ influxdb3 serve \ --mode ingest,query \ --object-store s3 \ --bucket influxdb-3-enterprise-storage \ - --http-bind localhost:8282 \ + --http-bind localhost:8181 \ --aws-access-key-id AWS_ACCESS_KEY_ID \ --aws-secret-access-key AWS_SECRET_ACCESS_KEY ``` @@ -343,7 +343,7 @@ The following examples sets up high availability with a dedicated Compactor node --mode ingest,query \ --object-store s3 \ --bucket influxdb-3-enterprise-storage \ - --http-bind localhost:8282 \ + --http-bind localhost:8181 \ --aws-access-key-id \ --aws-secret-access-key ``` @@ -415,7 +415,7 @@ ingest nodes alongside query nodes and a dedicated Compactor node. --mode ingest \ --object-store s3 \ --bucket influxdb-3-enterprise-storage \ - --http-bind localhost:8282 \ + --http-bind localhost:8181 \ --aws-access-key-id \ --aws-secret-access-key ``` @@ -459,7 +459,7 @@ ingest nodes alongside query nodes and a dedicated Compactor node. --mode query \ --object-store s3 \ --bucket influxdb-3-enterprise-storage \ - --http-bind localhost:8383 \ + --http-bind localhost:8181 \ --aws-access-key-id \ --aws-secret-access-key ``` @@ -478,7 +478,7 @@ ingest nodes alongside query nodes and a dedicated Compactor node. --mode query \ --object-store s3 \ --bucket influxdb-3-enterprise-storage \ - --http-bind localhost:8484 \ + --http-bind localhost:8181 \ --aws-access-key-id \ ```