Skip to content

Commit f213e96

Browse files
committed
InfluxDB 3 Note fixes (#5837)
1 parent 7671805 commit f213e96

File tree

1 file changed

+5
-6
lines changed
  • content/shared/v3-enterprise-get-started

1 file changed

+5
-6
lines changed

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -963,19 +963,18 @@ Congratulations, you have a robust setup to workload isolation using {{% product
963963
964964
### Writing and Querying for Multi-Node Setups
965965
966-
If you’re running {{% product-name %}} in a single-instance setup, writing and querying is the same as for {{% product-name %}}.
967966
You can use the default port `8181` for any write or query, without changing any of the commands.
968967
969968
> [!Note]
970969
> #### Specify hosts for writes and queries
971970
>
972-
> To benefit from this multi-node, isolated architecture specify hosts:
971+
> To benefit from this multi-node, isolated architecture, specify hosts:
973972
>
974-
> - In write requests, specify a host designated for _write-only_
975-
> - In query requests, specify a host designated for _read-only
973+
> - In write requests, specify a host designated for _write-only_.
974+
> - In query requests, specify a host designated for _read-only_.
976975
>
977-
> When running multiple local instances for testing, or separate nodes in production, specifying the host ensures writes and queries are routed to the correct instance.
978-
> If you run locally and serve an instance on 8181 (the default port), then you don’t need to specify the host.
976+
> When running multiple local instances for testing or separate nodes in production, specifying the host ensures writes and queries are routed to the correct instance.
977+
> If you run locally and serve an instance on 8181 (the default port), you don’t need to specify the host.
979978
980979
```
981980
# Example variables on a query

0 commit comments

Comments
 (0)