Update content/enterprise_influxdb/v1/administration/configure/config-meta-nodes.md
parent
a758c77a49
commit
f784f81be3
|
|
@ -51,7 +51,7 @@ Default is `""`.
|
||||||
The hostname of the [meta node](/enterprise_influxdb/v1/concepts/glossary/#meta-node).
|
The hostname of the [meta node](/enterprise_influxdb/v1/concepts/glossary/#meta-node).
|
||||||
This must be resolvable and reachable by all other members of the cluster.
|
This must be resolvable and reachable by all other members of the cluster.
|
||||||
|
|
||||||
If HTTPS is enabled with [`https-enabled`](#https-enabled), `hostname` must match a hostname or wildcard in the TLS certificate specified by [`https-certificate`](#https-certificate). If `hostname` does not match, then `http: TLS handshake error from 127.0.0.1` errors will occur in the meta node logs and the cluster will not function properly.
|
If HTTPS is enabled with [`https-enabled`](#https-enabled), `hostname` must match a hostname or wildcard in the TLS certificate specified by [`https-certificate`](#https-certificate). If `hostname` does not match, then `http: TLS handshake error from 127.0.0.1` errors are output in the meta node logs and the cluster will not function properly.
|
||||||
|
|
||||||
Environment variable: `INFLUXDB_HOSTNAME`
|
Environment variable: `INFLUXDB_HOSTNAME`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue