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/shared/v3-enterprise-get-started/_index.md
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -958,21 +958,19 @@ For a very robust and effective setup for managing time-series data, you can run
958
958
959
959
Congratulations, you have a robust setup to workload isolation using {{% product-name %}}.
960
960
961
-
### Writing and Querying for Multi-Node Setups
961
+
### Writing and querying for multi-node setups
962
962
963
-
If you’re running {{% product-name %}} in a single-instance setup, writing and querying is the same as for {{% product-name %}}.
964
963
You can use the default port `8181` for any write or query, without changing any of the commands.
965
964
966
965
> [!Note]
967
966
> #### Specify hosts for writes and queries
968
967
>
969
-
> To benefit from this multi-node, isolated architecture specify hosts:
968
+
> To benefit from this multi-node, isolated architecture, specify hosts:
970
969
>
971
-
> - In write requests, specify a host designated for _write-only_
972
-
> - In query requests, specify a host designated for _read-only
970
+
> - In write requests, specify a host that you have designated as _write-only_.
971
+
> - In query requests, specify a host that you have designated as _read-only_.
973
972
>
974
-
> 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.
975
-
> If you run locally and serve an instance on 8181 (the default port), then you don’t need to specify the host.
973
+
> 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.
0 commit comments