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: content/influxdb3/enterprise/get-started/multi-server.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ Configure nodes with specific _modes_ (ingest, query, process, compact) to optim
22
22
23
23
## Basic multi-node setup
24
24
25
+
> [!Note]
26
+
> The examples in this guide assume each node runs on a distinct host and uses the default port (8181).
27
+
> If you run multiple nodes on the same host for testing or development, specify a different port for each node using the `--http-bind` option--for example, `--http-bind localhost:8282`.
28
+
25
29
<!-- pytest.mark.skip -->
26
30
```bash
27
31
## NODE 1 compacts stored data
@@ -57,7 +61,6 @@ influxdb3 serve \
57
61
--mode ingest,query \
58
62
--object-store s3 \
59
63
--bucket influxdb-3-enterprise-storage \
60
-
--http-bind localhost:8282 \
61
64
--aws-access-key-id AWS_ACCESS_KEY_ID \
62
65
--aws-secret-access-key AWS_SECRET_ACCESS_KEY
63
66
```
@@ -133,7 +136,7 @@ with your `influxdb3 serve` command:
133
136
134
137
-`--object-store`: `azure`
135
138
-`--bucket`: Your Azure Blob Storage container name
136
-
-`--azure-storage-account`: Your Azure Blob Storage storage account name
139
+
-`--azure-storage-account`: Your Azure Blob Storage account name
137
140
_(can also be defined using the `AZURE_STORAGE_ACCOUNT` environment variable)_
138
141
-`--aws-secret-access-key`: Your Azure Blob Storage access key
139
142
_(can also be defined using the `AZURE_STORAGE_ACCESS_KEY` environment variable)_
@@ -160,7 +163,7 @@ with your `influxdb3 serve` command:
160
163
161
164
-`--object-store`: `google`
162
165
-`--bucket`: Your Google Cloud Storage bucket name
163
-
-`--google-service-account`: The path to to your Google credentials JSON file
166
+
-`--google-service-account`: The path to your Google credentials JSON file
164
167
_(can also be defined using the `GOOGLE_SERVICE_ACCOUNT` environment variable)_
0 commit comments