Use Grafana with InfluxDB Cloud
Use Grafana or Grafana Cloud to visualize data from your InfluxDB Cloud instance.
The instructions in this guide require Grafana Cloud or Grafana 10.3+.
Visit your Grafana Cloud user interface (UI) or, if running Grafana locally, start Grafana and visit http://localhost:3000 in your browser.
In the left navigation of the Grafana UI, open the Connections section and select Add new connection.
Select InfluxDB from the list of available data sources and click Add new data source.
On the Data Source configuration page, enter a name for your InfluxDB data source.
In the Query Language drop-down menu, select one of the query languages supported by InfluxDB Cloud (Flux or InfluxQL):
SQL is only supported in InfluxDB 3.
Configure Grafana to use Flux
With Flux selected as the query language in your InfluxDB data source, configure your InfluxDB connection:
Under HTTP, enter the following:
URL: Your
Under InfluxDB Details, enter the following:
- Organization: Your InfluxDB organization name or ID.
- Token: Your InfluxDB API token.
- Default Bucket: The default bucket to use in Flux queries.
- Min time interval: The Grafana minimum time interval.
Default is
10s
- Max series: The maximum number of series or tables Grafana will process.
Default is
1000
.
Click Save & Test. Grafana attempts to connect to the InfluxDB Cloud datasource and returns the results of the test.

Query and visualize data
With your InfluxDB connection configured, use Grafana and Flux to query and visualize time series data stored in your InfluxDB instance.
For more information about using Grafana, see the Grafana documentation. If you’re just learning Flux, see Get started with Flux.
Was 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 and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support. Customers using a trial license can email trial@influxdata.com for assistance.