26 lines
1.3 KiB
Markdown
26 lines
1.3 KiB
Markdown
---
|
|
title: Chronograf frequently asked questions (FAQs)
|
|
description: Common issues with Chronograf
|
|
menu:
|
|
chronograf_v1:
|
|
name: Frequently asked questions (FAQs)
|
|
weight: 10
|
|
parent: Troubleshoot
|
|
aliases:
|
|
- /chronograf/latest/guides/transition-web-admin-interface/
|
|
---
|
|
|
|
## How do I connect Chronograf to an InfluxDB Enterprise cluster?
|
|
|
|
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.
|
|
|
|

|
|
|
|
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 more details about monitoring an InfluxDB Enterprise cluster, see the [Monitor an InfluxDB Enterprise Cluster](/chronograf/v1/guides/monitoring-influxenterprise-clusters/) guide.
|