diff --git a/content/shared/influxdb3-get-started/_index.md b/content/shared/influxdb3-get-started/_index.md index e42298c97..59d7e6dd5 100644 --- a/content/shared/influxdb3-get-started/_index.md +++ b/content/shared/influxdb3-get-started/_index.md @@ -193,9 +193,8 @@ To start your InfluxDB instance, use the `influxdb3 serve` command and provide t - `--cluster-id`: A string identifier that determines part of the storage path hierarchy. All nodes within the same cluster share this identifier. The storage path follows the pattern `//`. In a multi-node setup, this ID is used to reference the entire cluster. {{% /show-in %}} {{% show-in "core" %}} -- `--node-id`: A string identifier that distinguishes individual server instances within the cluster. +- `--node-id`: A string identifier that distinguishes individual server instances. This forms the final part of the storage path: `/`. - In a multi-node setup, this ID is used to reference specific nodes. {{% /show-in %}} The following examples show how to start {{% product-name %}} with different object store configurations.