Skip to content

Commit 471e9f2

Browse files
authored
Merge pull request #5844 from influxdata/docs/5837-Enterprise-updates
Docs/5837 Enterprise get-started notes fix
2 parents ad394b9 + 2fee2eb commit 471e9f2

File tree

3 files changed

+688
-666
lines changed

3 files changed

+688
-666
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -958,21 +958,19 @@ For a very robust and effective setup for managing time-series data, you can run
958958
959959
Congratulations, you have a robust setup to workload isolation using {{% product-name %}}.
960960
961-
### Writing and Querying for Multi-Node Setups
961+
### Writing and querying for multi-node setups
962962
963-
If you’re running {{% product-name %}} in a single-instance setup, writing and querying is the same as for {{% product-name %}}.
964963
You can use the default port `8181` for any write or query, without changing any of the commands.
965964
966965
> [!Note]
967966
> #### Specify hosts for writes and queries
968967
>
969-
> To benefit from this multi-node, isolated architecture specify hosts:
968+
> To benefit from this multi-node, isolated architecture, specify hosts:
970969
>
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_.
973972
>
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.
976974
977975
```
978976
# Example variables on a query

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"version": "1.0.0",
55
"description": "InfluxDB documentation",
66
"license": "MIT",
7+
"resolutions": {
8+
"serialize-javascript": "^6.0.2"
9+
},
710
"devDependencies": {
811
"@eslint/js": "^9.18.0",
912
"@evilmartians/lefthook": "^1.7.1",

0 commit comments

Comments
 (0)