23 lines
1.2 KiB
Markdown
23 lines
1.2 KiB
Markdown
---
|
|
title: Connecting Chronograf to InfluxDB Enterprise clusters
|
|
description: Work with InfluxDB Enterprise clusters through the Chronograf UI.
|
|
menu:
|
|
chronograf_v1:
|
|
name: Connecting Chronograf to InfluxDB Enterprise
|
|
weight: 40
|
|
parent: Administration
|
|
---
|
|
|
|
The connection details form requires additional information when connecting Chronograf to an [InfluxDB Enterprise cluster](/enterprise_influxdb/v1/).
|
|
|
|
When you enter the InfluxDB HTTP bind address in the `Connection String` input, Chronograf automatically checks if that InfluxDB instance is a data node.
|
|
If it is a data node, Chronograf automatically adds the `Meta Service Connection URL` input to the connection details form.
|
|
Enter the HTTP bind address of one of your cluster's meta nodes into that input and Chronograf takes care of the rest.
|
|
|
|
![Cluster connection details](/img/chronograf/1-6-faq-cluster-connection.png)
|
|
|
|
Note that the example above assumes that you do not have authentication enabled.
|
|
If you have authentication enabled, the form requires username and password information.
|
|
|
|
For details about monitoring InfluxDB Enterprise clusters, see [Monitoring InfluxDB Enterprise clusters](/chronograf/v1/guides/monitoring-influxenterprise-clusters).
|