Commit Graph

4 Commits (ef9ef75e56b25fa6df6695a353dd86da90d2d7fc)

Author SHA1 Message Date
Phil Bracikowski 6cc2f03ea0
fix: default the write cli comment to the http default port. (#7394)
* fix: default the write cli command to the http default port.

The all-in-one write api is based on influxdb cloud's v2 http api, which
uses the 8080 http default port. This changeset will
allow 'influxdb_iox write' to work against default influxdb_iox
all-in-one without needing to use the --host option to change the port.

It should not change behavior for existing users of `--host`. It adds a
new configuartion option call `--http-host` to set the http port
separately from the gRPC one.

* fix: fmt
2023-03-31 14:59:24 +00:00
Ryan Russell 77a4246432
docs: Readability improvements (#4946)
Signed-off-by: Ryan Russell <git@ryanrussell.org>

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-06-27 21:46:18 +00:00
Luke Bond aa97c918b3
docs: fix README for influxdb_iox_client (#4825)
Closes #4816
2022-06-10 09:13:17 +00:00
Carol (Nichols || Goulding) a8fedb2eb5 docs: Create a README that explains the two clients and the feature 2021-02-10 10:30:06 -05:00