diff --git a/content/shared/influxdb3-visualize/grafana.md b/content/shared/influxdb3-visualize/grafana.md index 06dbf82bc..c12d07450 100644 --- a/content/shared/influxdb3-visualize/grafana.md +++ b/content/shared/influxdb3-visualize/grafana.md @@ -33,15 +33,14 @@ both SQL and InfluxQL. > The instructions below are for **Grafana 10.3+** which introduced the newest > version of the InfluxDB core plugin. > The updated plugin includes **SQL support** for InfluxDB 3-based products such -> as {{< product-name >}}. +> as {{< product-name >}}, and the interface dynamically adapts based on your product and query language selections . ## Create an InfluxDB data source -1. In your Grafana user interface (UI), navigate to **Data Sources**. -2. Click **Add new data source**. -3. Search for and select the **InfluxDB** plugin. -4. Provide a name for your data source. -5. Under **Query Language**, select either **SQL** or **InfluxQL**: +1. In your Grafana interface, click **Connections** in the left sidebar +2. Click **Data sources** +3. Click **Add new data source** +4. Under **Time series databases**, select **InfluxDB** {{< tabs-wrapper >}} {{% tabs %}} diff --git a/content/shared/v3-process-data/visualize/grafana.md b/content/shared/v3-process-data/visualize/grafana.md index 6a454e001..4a16e9b95 100644 --- a/content/shared/v3-process-data/visualize/grafana.md +++ b/content/shared/v3-process-data/visualize/grafana.md @@ -126,6 +126,14 @@ When you select **InfluxQL** as the query language, configure the following fiel {{% /tab-content %}} {{< /tabs-wrapper >}} + +### test the connection + +1. Click **Save & test** +2. Verify that the "Data source is working" message appears + +If the connection test fails, verify your URL, credentials, and network connectivity. + ## Query InfluxDB with Grafana After you [configure and save an InfluxDB datasource](#create-an-influxdb-data-source),