File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed
core/reference/cli/influxdb3
enterprise/reference/cli/influxdb3 Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ The `influxdb3 serve` command starts the {{< product-name >}} server.
20
20
``` bash
21
21
influxdb3 serve [OPTIONS] --node-id < HOST_IDENTIFIER_PREFIX>
22
22
```
23
+
23
24
` --node-id ` is a unique string that identifies your InfluxDB server instance
24
25
25
26
## Options
Original file line number Diff line number Diff line change @@ -19,17 +19,25 @@ The `influxdb3 serve` command starts the {{< product-name >}} server.
19
19
20
20
``` bash
21
21
influxdb3 serve [OPTIONS] \
22
- --node-id < NODE_IDENTIFIER_PREFIX> \
23
- --cluster-id < CLUSTER_IDENTIFIER_PREFIX>
22
+ --node-id < NODE_IDENTIFIER_PREFIX> \
23
+ --cluster-id < CLUSTER_IDENTIFIER_PREFIX>
24
24
```
25
25
26
- Required parameters:
26
+ #### Required parameters
27
27
28
- - ` --node-id ` : a unique string that identifies your InfluxDB server instance
29
- - ` --cluster-id ` : a unique string that identifies your InfluxDB cluster
30
- - The ` --cluster-id ` value must be different from any ` --node-id ` values in your cluster
31
- - Example format: ` --node-id influx-server-1 --cluster-id sensors-cluster `
32
- - Both identifiers should be alphanumeric strings with optional hyphens
28
+ - ` --node-id ` : a unique string that identifies your {{< product-name >}} server instance.
29
+ - ` --cluster-id ` : a unique string that identifies your {{< product-name >}} cluster.
30
+ The ` --cluster-id ` value must be different from any ` --node-id ` values in your
31
+ cluster--for example:
32
+
33
+ <!-- pytest.mark.skip-->
34
+
35
+ ``` bash
36
+ influxdb3 serve --node-id influxdb-server-1 --cluster-id sensors-cluster
37
+ ```
38
+
39
+ > [ !Note]
40
+ > ` --node-id ` and ` --cluster-id ` support alphanumeric strings with optional hyphens.
33
41
34
42
## Options
35
43
You can’t perform that action at this time.
0 commit comments