content/shared/influxdb-v2/tools/chronograf.md
Chronograf is a data visualization and dashboarding tool designed to visualize data in InfluxDB 1.x. It is part of the TICKstack that provides an InfluxQL data explorer, Kapacitor integrations, and more. Continue to use Chronograf with InfluxDB Cloud and InfluxDB OSS {{< current-version >}} and the 1.x compatibility API.
Connection URL: InfluxDB URL (see InfluxDB Cloud regions or InfluxDB OSS URLs)
http://localhost:8086
Connection Name: Name to uniquely identify this connection configuration
Organization: InfluxDB organization
Token: InfluxDB API token
Telegraf Database Name: InfluxDB bucket
Chronograf uses to populate parts of the application, including the Host List page (default is telegraf)
Default Retention Policy: default retention policy (leave blank)
{{% note %}}
In InfluxDB {{< current-version >}}, database/retention-policy (DBRP) combinations
are mapped to buckets using the database-name/retention-policy naming convention.
DBRP mappings are required to query InfluxDB {{< current-version >}} using InfluxQL.
For information, see DBRP mapping{{% show-in "v2" %}}.{{% /show-in %}} {{% show-in "cloud,cloud-serverless" %}}and Create DBRP mappings.{{% /show-in %}} {{% /note %}}
If using Chronograf with an InfluxDB instance that was upgraded from 1.x to 2.x, update your InfluxDB connection configuration in Chronograf to use the InfluxDB v2 Auth option and provide an organization and a token. Without an organization, Chronograf cannot use Flux to query InfluxDB.
Chronograf cannot be used for administrative tasks in InfluxDB Cloud and InfluxDB OSS {{< current-version >}}. For example, you cannot do the following:
When connected to an InfluxDB Cloud or InfluxDB {{< current-version >}} database, functionality in the {{< icon "crown" >}} InfluxDB Admin section of Chronograf is disabled.
To complete administrative tasks, use the following:
InfluxDB Cloud and InfluxDB OSS {{< current-version >}} support InfluxQL read-only queries. For more information, see InfluxQL support.