Merge pull request #6457 from influxdata/update-grafana-screenshots
chore(grafana): update grafana screenshots, remove unused imagespull/6453/head
|
|
@ -33,9 +33,6 @@ call_lefthook()
|
||||||
then
|
then
|
||||||
"$dir/node_modules/lefthook/bin/index.js" "$@"
|
"$dir/node_modules/lefthook/bin/index.js" "$@"
|
||||||
|
|
||||||
elif go tool lefthook -h >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
go tool lefthook "$@"
|
|
||||||
elif bundle exec lefthook -h >/dev/null 2>&1
|
elif bundle exec lefthook -h >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
bundle exec lefthook "$@"
|
bundle exec lefthook "$@"
|
||||||
|
|
@ -45,21 +42,12 @@ call_lefthook()
|
||||||
elif pnpm lefthook -h >/dev/null 2>&1
|
elif pnpm lefthook -h >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
pnpm lefthook "$@"
|
pnpm lefthook "$@"
|
||||||
elif swift package lefthook >/dev/null 2>&1
|
elif swift package plugin lefthook >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
swift package --build-path .build/lefthook --disable-sandbox lefthook "$@"
|
swift package --disable-sandbox plugin lefthook "$@"
|
||||||
elif command -v mint >/dev/null 2>&1
|
elif command -v mint >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
mint run csjones/lefthook-plugin "$@"
|
mint run csjones/lefthook-plugin "$@"
|
||||||
elif uv run lefthook -h >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
uv run lefthook "$@"
|
|
||||||
elif mise exec -- lefthook -h >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
mise exec -- lefthook "$@"
|
|
||||||
elif devbox run lefthook -h >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
devbox run lefthook "$@"
|
|
||||||
else
|
else
|
||||||
echo "Can't find lefthook in PATH"
|
echo "Can't find lefthook in PATH"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -33,9 +33,6 @@ call_lefthook()
|
||||||
then
|
then
|
||||||
"$dir/node_modules/lefthook/bin/index.js" "$@"
|
"$dir/node_modules/lefthook/bin/index.js" "$@"
|
||||||
|
|
||||||
elif go tool lefthook -h >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
go tool lefthook "$@"
|
|
||||||
elif bundle exec lefthook -h >/dev/null 2>&1
|
elif bundle exec lefthook -h >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
bundle exec lefthook "$@"
|
bundle exec lefthook "$@"
|
||||||
|
|
@ -45,21 +42,12 @@ call_lefthook()
|
||||||
elif pnpm lefthook -h >/dev/null 2>&1
|
elif pnpm lefthook -h >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
pnpm lefthook "$@"
|
pnpm lefthook "$@"
|
||||||
elif swift package lefthook >/dev/null 2>&1
|
elif swift package plugin lefthook >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
swift package --build-path .build/lefthook --disable-sandbox lefthook "$@"
|
swift package --disable-sandbox plugin lefthook "$@"
|
||||||
elif command -v mint >/dev/null 2>&1
|
elif command -v mint >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
mint run csjones/lefthook-plugin "$@"
|
mint run csjones/lefthook-plugin "$@"
|
||||||
elif uv run lefthook -h >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
uv run lefthook "$@"
|
|
||||||
elif mise exec -- lefthook -h >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
mise exec -- lefthook "$@"
|
|
||||||
elif devbox run lefthook -h >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
devbox run lefthook "$@"
|
|
||||||
else
|
else
|
||||||
echo "Can't find lefthook in PATH"
|
echo "Can't find lefthook in PATH"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -33,9 +33,6 @@ call_lefthook()
|
||||||
then
|
then
|
||||||
"$dir/node_modules/lefthook/bin/index.js" "$@"
|
"$dir/node_modules/lefthook/bin/index.js" "$@"
|
||||||
|
|
||||||
elif go tool lefthook -h >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
go tool lefthook "$@"
|
|
||||||
elif bundle exec lefthook -h >/dev/null 2>&1
|
elif bundle exec lefthook -h >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
bundle exec lefthook "$@"
|
bundle exec lefthook "$@"
|
||||||
|
|
@ -45,21 +42,12 @@ call_lefthook()
|
||||||
elif pnpm lefthook -h >/dev/null 2>&1
|
elif pnpm lefthook -h >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
pnpm lefthook "$@"
|
pnpm lefthook "$@"
|
||||||
elif swift package lefthook >/dev/null 2>&1
|
elif swift package plugin lefthook >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
swift package --build-path .build/lefthook --disable-sandbox lefthook "$@"
|
swift package --disable-sandbox plugin lefthook "$@"
|
||||||
elif command -v mint >/dev/null 2>&1
|
elif command -v mint >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
mint run csjones/lefthook-plugin "$@"
|
mint run csjones/lefthook-plugin "$@"
|
||||||
elif uv run lefthook -h >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
uv run lefthook "$@"
|
|
||||||
elif mise exec -- lefthook -h >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
mise exec -- lefthook "$@"
|
|
||||||
elif devbox run lefthook -h >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
devbox run lefthook "$@"
|
|
||||||
else
|
else
|
||||||
echo "Can't find lefthook in PATH"
|
echo "Can't find lefthook in PATH"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -113,6 +113,15 @@ to visualize data from your **InfluxDB Enterprise** cluster.
|
||||||
[start Grafana](https://grafana.com/docs/grafana/latest/installation/) and visit
|
[start Grafana](https://grafana.com/docs/grafana/latest/installation/) and visit
|
||||||
<http://localhost:3000> in your browser.
|
<http://localhost:3000> in your browser.
|
||||||
|
|
||||||
|
> [!Note]
|
||||||
|
> #### Grafana 12.2+
|
||||||
|
>
|
||||||
|
> The instructions below are for **Grafana 12.2+** with the `newInfluxDSConfigPageDesign`
|
||||||
|
> feature flag enabled. This introduces the newest version of the InfluxDB core plugin.
|
||||||
|
> The updated plugin includes **SQL support** for InfluxDB 3-based products such
|
||||||
|
> as {{< product-name >}}, and the interface dynamically adapts based on your
|
||||||
|
> product and query language selection in [URL and authentication](#configure-url-and-authentication).
|
||||||
|
|
||||||
> [!Note]
|
> [!Note]
|
||||||
> #### Using Grafana Cloud with a local InfluxDB instance
|
> #### Using Grafana Cloud with a local InfluxDB instance
|
||||||
>
|
>
|
||||||
|
|
@ -147,7 +156,7 @@ In the **URL and authentication** section, configure the following:
|
||||||
|
|
||||||
### Configure database settings
|
### Configure database settings
|
||||||
|
|
||||||
The fields in this section change based on your query language selection in [URL and authentication](#configure-url-authentication).
|
The fields in this section change based on your query language selection in [URL and authentication](#configure-url-and-authentication).
|
||||||
|
|
||||||
{{< tabs-wrapper >}}
|
{{< tabs-wrapper >}}
|
||||||
{{% tabs %}}
|
{{% tabs %}}
|
||||||
|
|
@ -165,7 +174,7 @@ When you select **InfluxQL** as the query language, configure the following:
|
||||||
- **User**: Your InfluxDB username _(if [authentication is enabled](/enterprise_influxdb/v1/administration/authentication_and_authorization/))_
|
- **User**: Your InfluxDB username _(if [authentication is enabled](/enterprise_influxdb/v1/administration/authentication_and_authorization/))_
|
||||||
- **Password**: Your InfluxDB password _(if [authentication is enabled](/enterprise_influxdb/v1/administration/authentication_and_authorization/))_
|
- **Password**: Your InfluxDB password _(if [authentication is enabled](/enterprise_influxdb/v1/administration/authentication_and_authorization/))_
|
||||||
|
|
||||||
{{< img-hd src="/img/influxdb3/enterprise-v1-grafana-product-dropdown-flux.png" alt="InfluxQL configuration for InfluxDB Enterprise 1.x" />}}
|
{{< img-hd src="/img/grafana/enterprise-influxdb-v1-grafana-influxql.png" alt="InfluxQL configuration for InfluxDB Enterprise 1.x" />}}
|
||||||
|
|
||||||
Click **Save & Test**. Grafana attempts to connect to InfluxDB Enterprise and returns the result of the test.
|
Click **Save & Test**. Grafana attempts to connect to InfluxDB Enterprise and returns the result of the test.
|
||||||
|
|
||||||
|
|
@ -186,7 +195,7 @@ When you select **Flux** as the query language, configure the following:
|
||||||
- **Default Bucket**: Provide a default database and retention policy
|
- **Default Bucket**: Provide a default database and retention policy
|
||||||
- **Token**: If [InfluxDB authentication is enabled](/enterprise_influxdb/v1/administration/authentication_and_authorization/)
|
- **Token**: If [InfluxDB authentication is enabled](/enterprise_influxdb/v1/administration/authentication_and_authorization/)
|
||||||
|
|
||||||
{{< img-hd src="/img/influxdb3/enterprise-v1-grafana-product-dropdown-flux.png" alt="Flux configuration for InfluxDB Enterprise 1.x" />}}
|
{{< img-hd src="/img/grafana/enterprise-influxdb-v1-grafana-flux.png" alt="Flux configuration for InfluxDB Enterprise 1.x" />}}
|
||||||
|
|
||||||
Click **Save & Test**. Grafana attempts to connect to InfluxDB Enterprise and returns the result of the test.
|
Click **Save & Test**. Grafana attempts to connect to InfluxDB Enterprise and returns the result of the test.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,19 @@ to visualize data from your {{% product-name %}} instance.
|
||||||
> [!Note]
|
> [!Note]
|
||||||
> {{< influxdb-version-detector >}}
|
> {{< influxdb-version-detector >}}
|
||||||
|
|
||||||
|
> [!Note]
|
||||||
|
> #### Grafana 12.2+
|
||||||
|
>
|
||||||
|
> The instructions below are for **Grafana 12.2+** with the `newInfluxDSConfigPageDesign`
|
||||||
|
> feature flag enabled. This introduces the newest version of the InfluxDB core plugin.
|
||||||
|
> The updated plugin includes **SQL support** for InfluxDB 3-based products such
|
||||||
|
> as {{< product-name >}}, and the interface dynamically adapts based on your
|
||||||
|
> product and query language selection in [URL and authentication](#configure-url-and-authentication).
|
||||||
|
|
||||||
> [!Note]
|
> [!Note]
|
||||||
> #### Required
|
> #### Required
|
||||||
> - The instructions in this guide require **Grafana Cloud** or **Grafana v10.3+**.
|
> - The instructions below are for **Grafana 12.2+** with the `newInfluxDSConfigPageDesign`
|
||||||
|
> feature flag enabled. This introduces the newest version of the InfluxDB core plugin.
|
||||||
> For information about using InfluxDB with other versions of Grafana,
|
> For information about using InfluxDB with other versions of Grafana,
|
||||||
> see the [Grafana documentation](https://grafana.com/docs/grafana/latest/datasources/influxdb/).
|
> see the [Grafana documentation](https://grafana.com/docs/grafana/latest/datasources/influxdb/).
|
||||||
> - To use **Flux**, use **InfluxDB 1.8.1+** and [enable Flux](/influxdb/v1/flux/installation/)
|
> - To use **Flux**, use **InfluxDB 1.8.1+** and [enable Flux](/influxdb/v1/flux/installation/)
|
||||||
|
|
@ -145,7 +155,7 @@ In the **URL and authentication** section, configure the following:
|
||||||
|
|
||||||
### Configure database settings
|
### Configure database settings
|
||||||
|
|
||||||
The fields in this section change based on your query language selection in [URL and authentication](#configure-url-authentication).
|
The fields in this section change based on your query language selection in [URL and authentication](#configure-url-and-authentication).
|
||||||
|
|
||||||
{{< tabs-wrapper >}}
|
{{< tabs-wrapper >}}
|
||||||
{{% tabs %}}
|
{{% tabs %}}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,12 @@ to visualize data from your **InfluxDB {{< current-version >}}** instance.
|
||||||
> {{< influxdb-version-detector >}}
|
> {{< influxdb-version-detector >}}
|
||||||
|
|
||||||
> [!Note]
|
> [!Note]
|
||||||
> The instructions in this guide require **Grafana Cloud** or **Grafana 10.3+**.
|
> #### Grafana 12.2+
|
||||||
|
>
|
||||||
|
> The instructions below are for **Grafana 12.2+** with the `newInfluxDSConfigPageDesign`
|
||||||
|
> feature flag enabled. This introduces the newest version of the InfluxDB core plugin.
|
||||||
|
> The interface dynamically adapts based on your product and query language
|
||||||
|
> selection in [URL and authentication](#configure-url-and-authentication).
|
||||||
|
|
||||||
- [Install Grafana](#install-grafana)
|
- [Install Grafana](#install-grafana)
|
||||||
- [Create an InfluxDB data source](#create-an-influxdb-data-source)
|
- [Create an InfluxDB data source](#create-an-influxdb-data-source)
|
||||||
|
|
@ -132,7 +137,7 @@ In the **URL and authentication** section, configure the following:
|
||||||
|
|
||||||
### Configure database settings
|
### Configure database settings
|
||||||
|
|
||||||
The fields in this section change based on your query language selection in [URL and authentication](#configure-url-authentication).
|
The fields in this section change based on your query language selection in [URL and authentication](#configure-url-and-authentication).
|
||||||
|
|
||||||
{{< tabs-wrapper >}}
|
{{< tabs-wrapper >}}
|
||||||
{{% tabs %}}
|
{{% tabs %}}
|
||||||
|
|
@ -150,8 +155,8 @@ When you select **Flux** as the query language, configure the following:
|
||||||
- **Default Bucket**: The default [bucket](/influxdb/v2/admin/buckets/) to use in Flux queries
|
- **Default Bucket**: The default [bucket](/influxdb/v2/admin/buckets/) to use in Flux queries
|
||||||
- **Token**: Your InfluxDB [API token](/influxdb/v2/admin/tokens/)
|
- **Token**: Your InfluxDB [API token](/influxdb/v2/admin/tokens/)
|
||||||
|
|
||||||
{{% show-in "v2" %}}{{< img-hd src="/img/influxdb/OSS-v2-grafana-product-dropdown-flux.png" alt="Flux configuration for InfluxDB OSS 2.x" />}}{{% /show-in %}}
|
{{% show-in "v2" %}}{{< img-hd src="/img/grafana/influxdb-v2-grafana-influxql-flux.png" alt="Flux configuration for InfluxDB OSS 2.x" />}}{{% /show-in %}}
|
||||||
{{% show-in "cloud" %}}{{< img-hd src="/img/influxdb/influxdb-v2-cloud-flux.png" alt="Flux configuration for InfluxDB Cloud (TSM)" />}}{{% /show-in %}}
|
{{% show-in "cloud" %}}{{< img-hd src="/img/grafana/influxdb-cloud-grafana-flux.png" alt="Flux configuration for InfluxDB Cloud (TSM)" />}}{{% /show-in %}}
|
||||||
|
|
||||||
Click **Save & Test**. Grafana attempts to connect to {{% show-in "v2" %}}InfluxDB OSS 2.x{{% /show-in %}}{{% show-in "cloud" %}}InfluxDB Cloud{{% /show-in %}} and returns the results of the test.
|
Click **Save & Test**. Grafana attempts to connect to {{% show-in "v2" %}}InfluxDB OSS 2.x{{% /show-in %}}{{% show-in "cloud" %}}InfluxDB Cloud{{% /show-in %}} and returns the results of the test.
|
||||||
|
|
||||||
|
|
@ -186,8 +191,8 @@ Configure the following fields:
|
||||||
- **User**: Your [v1 authorization username](#create-v1-authorizations)
|
- **User**: Your [v1 authorization username](#create-v1-authorizations)
|
||||||
- **Password**: Your [v1 authorization password](#create-v1-authorizations)
|
- **Password**: Your [v1 authorization password](#create-v1-authorizations)
|
||||||
|
|
||||||
{{% show-in "v2" %}}{{< img-hd src="/img/influxdb/OSS-v2-grafana-product-dropdown-influxql.png" alt="InfluxQL configuration for InfluxDB OSS 2.x with DBRP warning" />}}{{% /show-in %}}
|
{{% show-in "v2" %}}{{< img-hd src="/img/grafana/influxdb-v2-grafana-influxql.png" alt="InfluxQL configuration for InfluxDB OSS 2.x with DBRP warning" />}}{{% /show-in %}}
|
||||||
{{% show-in "cloud" %}}{{< img-hd src="/img/influxdb/influxdb-v2-cloud-influxql.png" alt="InfluxQL configuration for InfluxDB Cloud (TSM) with v1 auth" />}}{{% /show-in %}}
|
{{% show-in "cloud" %}}{{< img-hd src="/img/grafana/influxdb-cloud-grafana-influxql.png" alt="InfluxQL configuration for InfluxDB Cloud (TSM) with v1 auth" />}}{{% /show-in %}}
|
||||||
|
|
||||||
Click **Save & Test**. Grafana attempts to connect to {{% show-in "v2" %}}InfluxDB OSS 2.x{{% /show-in %}}{{% show-in "cloud" %}}InfluxDB Cloud{{% /show-in %}} and returns the results of the test.
|
Click **Save & Test**. Grafana attempts to connect to {{% show-in "v2" %}}InfluxDB OSS 2.x{{% /show-in %}}{{% show-in "cloud" %}}InfluxDB Cloud{{% /show-in %}} and returns the results of the test.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,17 +110,18 @@ Use the plugin to query and visualize data from {{< product-name >}} with
|
||||||
both SQL and InfluxQL.
|
both SQL and InfluxQL.
|
||||||
|
|
||||||
> [!Note]
|
> [!Note]
|
||||||
> #### Grafana 10.3+
|
> #### Grafana 12.2+
|
||||||
>
|
>
|
||||||
> The instructions below are for **Grafana 10.3+** which introduced the newest
|
> The instructions below are for **Grafana 12.2+** with the `newInfluxDSConfigPageDesign`
|
||||||
> version of the InfluxDB core plugin.
|
> feature flag enabled. This introduces the newest version of the InfluxDB core plugin.
|
||||||
> The updated plugin includes **SQL support** for InfluxDB 3-based products such
|
> The updated plugin includes **SQL support** for InfluxDB 3-based products such
|
||||||
> as {{< product-name >}}, and the interface dynamically adapts based on your product and query language selection in [URL and authentication](#configure-url-authentication)s.
|
> as {{< product-name >}}, and the interface dynamically adapts based on your
|
||||||
|
> product and query language selection in [URL and authentication](#configure-url-and-authentication).
|
||||||
|
|
||||||
## Before you begin
|
## Before you begin
|
||||||
|
|
||||||
**Prerequisites:**
|
**Prerequisites:**
|
||||||
- Grafana 10.3 or later
|
- Grafana 12.2 or later
|
||||||
- Administrator role in Grafana
|
- Administrator role in Grafana
|
||||||
- {{% show-in "cloud-serverless" %}}An [API token](/influxdb3/version/admin/tokens/) with read access to the bucket{{% /show-in %}}{{% show-in "cloud-dedicated,clustered" %}}A [database token](/influxdb3/version/admin/tokens/#database-tokens) with read access to the database{{% /show-in %}}{{% show-in "core,enterprise" %}}Your {{% token-link "admin" "database" %}} with read access to the database{{% /show-in %}}
|
- {{% show-in "cloud-serverless" %}}An [API token](/influxdb3/version/admin/tokens/) with read access to the bucket{{% /show-in %}}{{% show-in "cloud-dedicated,clustered" %}}A [database token](/influxdb3/version/admin/tokens/#database-tokens) with read access to the database{{% /show-in %}}{{% show-in "core,enterprise" %}}Your {{% token-link "admin" "database" %}} with read access to the database{{% /show-in %}}
|
||||||
|
|
||||||
|
|
@ -153,7 +154,7 @@ In the **URL and authentication** section, configure the following:
|
||||||
|
|
||||||
### Configure database settings
|
### Configure database settings
|
||||||
|
|
||||||
The fields in this section change based on your query language selection in [URL and authentication](#configure-url-authentication).
|
The fields in this section change based on your query language selection in [URL and authentication](#configure-url-and-authentication).
|
||||||
|
|
||||||
{{< tabs-wrapper >}}
|
{{< tabs-wrapper >}}
|
||||||
{{% tabs %}}
|
{{% tabs %}}
|
||||||
|
|
@ -171,10 +172,22 @@ When you select **SQL** as the query language, configure the following fields:
|
||||||
|
|
||||||
- **Token**: {{% show-in "cloud-serverless" %}}An [API token](/influxdb3/version/admin/tokens/) with read access to the bucket{{% /show-in %}}{{% show-in "cloud-dedicated,clustered" %}}A [database token](/influxdb3/version/admin/tokens/#database-tokens) with read access to the database{{% /show-in %}}{{% show-in "core,enterprise" %}}Your {{% token-link "admin" "database" %}} with read access to the database{{% /show-in %}}
|
- **Token**: {{% show-in "cloud-serverless" %}}An [API token](/influxdb3/version/admin/tokens/) with read access to the bucket{{% /show-in %}}{{% show-in "cloud-dedicated,clustered" %}}A [database token](/influxdb3/version/admin/tokens/#database-tokens) with read access to the database{{% /show-in %}}{{% show-in "core,enterprise" %}}Your {{% token-link "admin" "database" %}} with read access to the database{{% /show-in %}}
|
||||||
|
|
||||||
{{% show-in "cloud-serverless" %}}{{< img-hd src="/img/influxdb3/cloud-serverless-grafana-product-dropdown-sql.png" alt="SQL configuration for {{% product-name %}}" />}}{{% /show-in %}}
|
{{% show-in "cloud-serverless" %}}{{< img-hd src="/img/grafana/influxdb3-cloud-serverless-grafana-sql.png" alt="SQL configuration for {{% product-name %}}" />}}{{% /show-in %}}
|
||||||
{{% show-in "cloud-dedicated" %}}{{< img-hd src="/img/influxdb3/cloud-dedicated-grafana-product-dropdown-sql.png" alt="SQL configuration for {{% product-name %}}" />}}{{% /show-in %}}
|
{{% show-in "cloud-dedicated" %}}{{< img-hd src="/img/grafana/influxdb3-cloud-dedicated-grafana-sql.png" alt="SQL configuration for {{% product-name %}}" />}}{{% /show-in %}}
|
||||||
{{% show-in "clustered" %}}{{< img-hd src="/img/influxdb3/cluster-grafana-product-dropdown-sql.png" alt="SQL configuration for {{% product-name %}}" />}}{{% /show-in %}}
|
{{% show-in "clustered" %}}{{< img-hd src="/img/grafana/influxdb3-clustered-grafana-sql.png" alt="SQL configuration for {{% product-name %}}" />}}{{% /show-in %}}
|
||||||
{{% show-in "core, enterprise" %}}{{< img-hd src="/img/influxdb3/enterprise-v3-grafana-product-dropdown-sql.png" alt="SQL configuration for {{% product-name %}}" />}}{{% /show-in %}}
|
{{% show-in "core" %}}{{< img-hd src="/img/grafana/influxdb3-core-grafana-sql.png" alt="SQL configuration for {{% product-name %}}" />}}{{% /show-in %}}
|
||||||
|
{{% show-in "enterprise" %}}{{< img-hd src="/img/grafana/influxdb3-enterprise-grafana-sql.png" alt="SQL configuration for {{% product-name %}}" />}}{{% /show-in %}}
|
||||||
|
|
||||||
|
{{% show-in "core,enterprise,clustered" %}}
|
||||||
|
#### Use SQL without TLS/SSL
|
||||||
|
If using SQL to query {{% product-name %}} without TLS/SSL, enable the
|
||||||
|
**Insecure Connection** option in your InfluxDB datasource configuration:
|
||||||
|
|
||||||
|
1. Under **Database settings**, enable **Advanced Database Settings**.
|
||||||
|
2. Enable **Insecure Connection**.
|
||||||
|
|
||||||
|
{{% img-hd src="/img/grafana/grafana-sql-insecure-connection.png" alt="Query InfluxDB using SQL without TLS/SSL" /%}}
|
||||||
|
{{% /show-in %}}
|
||||||
|
|
||||||
> [!Important]
|
> [!Important]
|
||||||
> #### Grafana queries through a proxy require HTTP/2
|
> #### Grafana queries through a proxy require HTTP/2
|
||||||
|
|
@ -216,11 +229,11 @@ When you select **InfluxQL** as the query language, configure the following fiel
|
||||||
|
|
||||||
- **HTTP Method**: Select **POST** (recommended) or **GET**
|
- **HTTP Method**: Select **POST** (recommended) or **GET**
|
||||||
|
|
||||||
{{% show-in "cloud-serverless" %}}{{< img-hd src="/img/influxdb3/cloud-serverless-grafana-product-dropdown-influxql.png" alt="InfluxQL configuration for {{% product-name %}} with DBRP warning" />}}{{% /show-in %}}
|
{{% show-in "cloud-serverless" %}}{{< img-hd src="/img/grafana/influxdb3-cloud-serverless-grafana-influxql.png" alt="InfluxQL configuration for {{% product-name %}} with DBRP warning" />}}{{% /show-in %}}
|
||||||
{{% show-in "cloud-dedicated" %}}{{< img-hd src="/img/influxdb3/cloud-dedicated-grafana-product-dropdown-influxql.png" alt="InfluxQL configuration for {{% product-name %}} with DBRP warning" />}}{{% /show-in %}}
|
{{% show-in "cloud-dedicated" %}}{{< img-hd src="/img/grafana/influxdb3-cloud-dedicated-grafana-influxql.png" alt="InfluxQL configuration for {{% product-name %}} with DBRP warning" />}}{{% /show-in %}}
|
||||||
{{% show-in "clustered" %}}{{< img-hd src="/img/influxdb3/cluster-grafana-product-dropdown-influxql.png" alt="InfluxQL configuration for {{% product-name %}} with DBRP warning" />}}{{% /show-in %}}
|
{{% show-in "clustered" %}}{{< img-hd src="/img/grafana/influxdb3-clustered-grafana-influxql.png" alt="InfluxQL configuration for {{% product-name %}} with DBRP warning" />}}{{% /show-in %}}
|
||||||
<!-- Grafana hasn't added Core as a product option yet -->
|
{{% show-in "core" %}}{{< img-hd src="/img/grafana/influxdb3-core-grafana-influxql.png" alt="InfluxQL configuration for {{% product-name %}}" />}}{{% /show-in %}}
|
||||||
{{% show-in "enterprise" %}}{{< img-hd src="/img/influxdb3/enterprise-v3-grafana-product-dropdown-influxql.png" alt="InfluxQL configuration for {{% product-name %}} with DBRP warning" />}}{{% /show-in %}}
|
{{% show-in "enterprise" %}}{{< img-hd src="/img/grafana/influxdb3-enterprise-grafana-influxql.png" alt="InfluxQL configuration for {{% product-name %}} with DBRP warning" />}}{{% /show-in %}}
|
||||||
|
|
||||||
Click **Save & test**. Grafana attempts to connect to {{% product-name %}} and returns the result of the test.
|
Click **Save & test**. Grafana attempts to connect to {{% product-name %}} and returns the result of the test.
|
||||||
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 340 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 170 KiB |
|
Before Width: | Height: | Size: 973 KiB |
|
Before Width: | Height: | Size: 88 KiB |
|
Before Width: | Height: | Size: 84 KiB |
|
Before Width: | Height: | Size: 73 KiB |
|
Before Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 99 KiB |
|
Before Width: | Height: | Size: 84 KiB |
|
Before Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 162 KiB |
|
Before Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 3.8 MiB |
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 179 KiB |
|
Before Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 94 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 203 KiB |
|
After Width: | Height: | Size: 94 KiB |
|
After Width: | Height: | Size: 132 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
After Width: | Height: | Size: 115 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
After Width: | Height: | Size: 135 KiB |
|
After Width: | Height: | Size: 93 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 115 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 230 KiB |
|
Before Width: | Height: | Size: 476 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 173 KiB |
|
Before Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 145 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 202 KiB |
|
Before Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 167 KiB |
|
Before Width: | Height: | Size: 329 KiB |
|
Before Width: | Height: | Size: 360 KiB |
|
Before Width: | Height: | Size: 238 KiB |
|
Before Width: | Height: | Size: 120 KiB |