influxd-ctl add-data
The influxd-ctl add-data command adds a data node to an InfluxDB Enterprise cluster.
By default, influxd-ctl adds the specified data node to the local meta node’s cluster.
Use add-data instead of the join argument when
installing a data node
an InfluxDB Enterprise cluster.
Usage
influxd-ctl add-data [flags] <tcp-bind-address>Arguments
- tcp-bind-address: TCP bind address of the data node to add to the cluster
(
host:port)
Flags
| Flag | Description |
|---|---|
-p | Add the data node as a passive node |
Also see influxd-ctl global flags.
Examples
- Add a data node to a cluster
- Add a data node to a cluster using a remote meta node
- Add a passive data node to a cluster
Add a data node to a cluster
influxd-ctl add-data cluster-data-node-04:8088Add a data node to a cluster using a remote meta node
influxd-ctl -bind cluster-meta-node-01:8091 add-data cluster-data-node-04:8088Add a passive data node to a cluster
influxd-ctl add-data -p cluster-data-node-04:8088Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB Enterprise v1 and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.