@@ -23,20 +23,14 @@ influxdb3 serve [OPTIONS] \
23
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 {{< 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:
28
+ - ** node-id** : A unique identifier for your server instance. Must be unique for any hosts sharing the same object store .
29
+ - ** cluster-id** : A unique identifier for your cluster. Must be different from any node-id in your cluster.
30
+ - ** object-store ** : Determines where time series data is stored. _ Default is ` memory ` _ .
31
+ - ** data-dir ** : Path for local file storage (required when using ` --object-store file ` ).
32
32
33
- <!-- pytest.mark.skip-->
34
-
35
- ``` bash
36
- influxdb3 serve --node-id influxdb-server-1 --cluster-id sensors-cluster
37
- ```
38
-
39
- > [ !Note]
33
+ > [ !NOTE]
40
34
> ` --node-id ` and ` --cluster-id ` support alphanumeric strings with optional hyphens.
41
35
42
36
## Options
@@ -131,13 +125,6 @@ You can use environment variables to define most `influxdb3 serve` options.
131
125
For more information, see
132
126
[ Configuration options] ( /influxdb3/enterprise/reference/config-options/ ) .
133
127
134
- ## Key Requirements
135
-
136
- - ** node-id** : Must be unique for any hosts sharing the same object store configuration
137
- - ** cluster-id** : Must be unique and different from any node-id in your cluster
138
- - ** object-store** : Determines where time series data is stored
139
- - ** data-dir** : Specifies the path for local file storage, required with ` --object-store file `
140
-
141
128
## Examples
142
129
143
130
- [ Run the InfluxDB 3 server] ( #run-the-influxdb-3-server )
0 commit comments