From f213e9692d8511aa264ca6b6c672550b23293991 Mon Sep 17 00:00:00 2001 From: meelahme Date: Tue, 18 Feb 2025 17:21:01 -0800 Subject: [PATCH] InfluxDB 3 Note fixes (#5837) --- content/shared/v3-enterprise-get-started/_index.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/shared/v3-enterprise-get-started/_index.md b/content/shared/v3-enterprise-get-started/_index.md index 800bc270f..b521de05f 100644 --- a/content/shared/v3-enterprise-get-started/_index.md +++ b/content/shared/v3-enterprise-get-started/_index.md @@ -963,19 +963,18 @@ Congratulations, you have a robust setup to workload isolation using {{% product ### Writing and Querying for Multi-Node Setups -If you’re running {{% product-name %}} in a single-instance setup, writing and querying is the same as for {{% product-name %}}. You can use the default port `8181` for any write or query, without changing any of the commands. > [!Note] > #### Specify hosts for writes and queries > -> To benefit from this multi-node, isolated architecture specify hosts: +> To benefit from this multi-node, isolated architecture, specify hosts: > -> - In write requests, specify a host designated for _write-only_ -> - In query requests, specify a host designated for _read-only +> - In write requests, specify a host designated for _write-only_. +> - In query requests, specify a host designated for _read-only_. > -> 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. -> If you run locally and serve an instance on 8181 (the default port), then you don’t need to specify the host. +> 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. +> If you run locally and serve an instance on 8181 (the default port), you don’t need to specify the host. ``` # Example variables on a query