diff --git a/.husky/_/pre-commit b/.husky/_/pre-commit index 710b28856..4855f6124 100755 --- a/.husky/_/pre-commit +++ b/.husky/_/pre-commit @@ -33,9 +33,6 @@ call_lefthook() then "$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 then bundle exec lefthook "$@" @@ -45,21 +42,12 @@ call_lefthook() elif pnpm lefthook -h >/dev/null 2>&1 then pnpm lefthook "$@" - elif swift package lefthook >/dev/null 2>&1 + elif swift package plugin lefthook >/dev/null 2>&1 then - swift package --build-path .build/lefthook --disable-sandbox lefthook "$@" + swift package --disable-sandbox plugin lefthook "$@" elif command -v mint >/dev/null 2>&1 then 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 echo "Can't find lefthook in PATH" fi diff --git a/.husky/_/pre-push b/.husky/_/pre-push index 17b532e00..a0d96ef93 100755 --- a/.husky/_/pre-push +++ b/.husky/_/pre-push @@ -33,9 +33,6 @@ call_lefthook() then "$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 then bundle exec lefthook "$@" @@ -45,21 +42,12 @@ call_lefthook() elif pnpm lefthook -h >/dev/null 2>&1 then pnpm lefthook "$@" - elif swift package lefthook >/dev/null 2>&1 + elif swift package plugin lefthook >/dev/null 2>&1 then - swift package --build-path .build/lefthook --disable-sandbox lefthook "$@" + swift package --disable-sandbox plugin lefthook "$@" elif command -v mint >/dev/null 2>&1 then 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 echo "Can't find lefthook in PATH" fi diff --git a/.husky/_/prepare-commit-msg b/.husky/_/prepare-commit-msg index 6efab23a3..2655902bc 100755 --- a/.husky/_/prepare-commit-msg +++ b/.husky/_/prepare-commit-msg @@ -33,9 +33,6 @@ call_lefthook() then "$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 then bundle exec lefthook "$@" @@ -45,21 +42,12 @@ call_lefthook() elif pnpm lefthook -h >/dev/null 2>&1 then pnpm lefthook "$@" - elif swift package lefthook >/dev/null 2>&1 + elif swift package plugin lefthook >/dev/null 2>&1 then - swift package --build-path .build/lefthook --disable-sandbox lefthook "$@" + swift package --disable-sandbox plugin lefthook "$@" elif command -v mint >/dev/null 2>&1 then 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 echo "Can't find lefthook in PATH" fi diff --git a/content/enterprise_influxdb/v1/tools/grafana.md b/content/enterprise_influxdb/v1/tools/grafana.md index 81d1c360c..fba4a8810 100644 --- a/content/enterprise_influxdb/v1/tools/grafana.md +++ b/content/enterprise_influxdb/v1/tools/grafana.md @@ -113,6 +113,15 @@ to visualize data from your **InfluxDB Enterprise** cluster. [start Grafana](https://grafana.com/docs/grafana/latest/installation/) and visit 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] > #### Using Grafana Cloud with a local InfluxDB instance > @@ -147,7 +156,7 @@ In the **URL and authentication** section, configure the following: ### 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 %}} @@ -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/))_ - **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. @@ -186,7 +195,7 @@ When you select **Flux** as the query language, configure the following: - **Default Bucket**: Provide a default database and retention policy - **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. diff --git a/content/influxdb/v1/tools/grafana.md b/content/influxdb/v1/tools/grafana.md index 806d265d4..436cb9074 100644 --- a/content/influxdb/v1/tools/grafana.md +++ b/content/influxdb/v1/tools/grafana.md @@ -26,9 +26,19 @@ to visualize data from your {{% product-name %}} instance. > [!Note] > {{< 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] > #### 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, > 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/) @@ -145,7 +155,7 @@ In the **URL and authentication** section, configure the following: ### 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 %}} diff --git a/content/shared/influxdb-v2/tools/grafana.md b/content/shared/influxdb-v2/tools/grafana.md index 998ff2680..ed0572a18 100644 --- a/content/shared/influxdb-v2/tools/grafana.md +++ b/content/shared/influxdb-v2/tools/grafana.md @@ -5,7 +5,12 @@ to visualize data from your **InfluxDB {{< current-version >}}** instance. > {{< influxdb-version-detector >}} > [!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) - [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 -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 %}} @@ -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 - **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 "cloud" %}}{{< img-hd src="/img/influxdb/influxdb-v2-cloud-flux.png" alt="Flux configuration for InfluxDB Cloud (TSM)" />}}{{% /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/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. @@ -186,8 +191,8 @@ Configure the following fields: - **User**: Your [v1 authorization username](#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 "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 "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/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. diff --git a/content/shared/v3-process-data/visualize/grafana.md b/content/shared/v3-process-data/visualize/grafana.md index 5f3acfd28..cebbfefa4 100644 --- a/content/shared/v3-process-data/visualize/grafana.md +++ b/content/shared/v3-process-data/visualize/grafana.md @@ -110,17 +110,18 @@ Use the plugin to query and visualize data from {{< product-name >}} with both SQL and InfluxQL. > [!Note] -> #### Grafana 10.3+ +> #### Grafana 12.2+ > -> The instructions below are for **Grafana 10.3+** which introduced the newest -> version of the InfluxDB core plugin. +> 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-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 **Prerequisites:** -- Grafana 10.3 or later +- Grafana 12.2 or later - 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 %}} @@ -153,7 +154,7 @@ In the **URL and authentication** section, configure the following: ### 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 %}} @@ -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 %}} -{{% 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-dedicated" %}}{{< img-hd src="/img/influxdb3/cloud-dedicated-grafana-product-dropdown-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 "core, enterprise" %}}{{< img-hd src="/img/influxdb3/enterprise-v3-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/grafana/influxdb3-cloud-dedicated-grafana-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" %}}{{< 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] > #### 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** -{{% 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-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 "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 "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 "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/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/grafana/influxdb3-clustered-grafana-influxql.png" alt="InfluxQL configuration for {{% product-name %}} with DBRP warning" />}}{{% /show-in %}} +{{% 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/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. diff --git a/static/img/chronograf/1-5-manage-queries-chrono.png b/static/img/chronograf/1-5-manage-queries-chrono.png deleted file mode 100644 index 332c991f4..000000000 Binary files a/static/img/chronograf/1-5-manage-queries-chrono.png and /dev/null differ diff --git a/static/img/chronograf/1-5-overview-chrono.png b/static/img/chronograf/1-5-overview-chrono.png deleted file mode 100644 index f9bd714ea..000000000 Binary files a/static/img/chronograf/1-5-overview-chrono.png and /dev/null differ diff --git a/static/img/chronograf/1-6-admin-usermanagement-cluster.png b/static/img/chronograf/1-6-admin-usermanagement-cluster.png deleted file mode 100644 index e75ffad2b..000000000 Binary files a/static/img/chronograf/1-6-admin-usermanagement-cluster.png and /dev/null differ diff --git a/static/img/chronograf/1-6-admin-usermanagement-roles.png b/static/img/chronograf/1-6-admin-usermanagement-roles.png deleted file mode 100644 index 567cb7b48..000000000 Binary files a/static/img/chronograf/1-6-admin-usermanagement-roles.png and /dev/null differ diff --git a/static/img/chronograf/1-6-alerts-configure-handlers.png b/static/img/chronograf/1-6-alerts-configure-handlers.png deleted file mode 100644 index 551e9079c..000000000 Binary files a/static/img/chronograf/1-6-alerts-configure-handlers.png and /dev/null differ diff --git a/static/img/chronograf/1-6-alerts-history.png b/static/img/chronograf/1-6-alerts-history.png deleted file mode 100644 index 4cd2ad139..000000000 Binary files a/static/img/chronograf/1-6-alerts-history.png and /dev/null differ diff --git a/static/img/chronograf/1-6-alerts-manage-tasks-nav.png b/static/img/chronograf/1-6-alerts-manage-tasks-nav.png deleted file mode 100644 index 3a3bc803d..000000000 Binary files a/static/img/chronograf/1-6-alerts-manage-tasks-nav.png and /dev/null differ diff --git a/static/img/chronograf/1-6-alerts-message.png b/static/img/chronograf/1-6-alerts-message.png deleted file mode 100644 index b858b5146..000000000 Binary files a/static/img/chronograf/1-6-alerts-message.png and /dev/null differ diff --git a/static/img/chronograf/1-6-alerts-rule-builder.png b/static/img/chronograf/1-6-alerts-rule-builder.png deleted file mode 100644 index 7d155159e..000000000 Binary files a/static/img/chronograf/1-6-alerts-rule-builder.png and /dev/null differ diff --git a/static/img/chronograf/1-6-alerts-slack-notifications.png b/static/img/chronograf/1-6-alerts-slack-notifications.png deleted file mode 100644 index 6c7d79571..000000000 Binary files a/static/img/chronograf/1-6-alerts-slack-notifications.png and /dev/null differ diff --git a/static/img/chronograf/1-6-alerts-time-series.png b/static/img/chronograf/1-6-alerts-time-series.png deleted file mode 100644 index bc07b0d26..000000000 Binary files a/static/img/chronograf/1-6-alerts-time-series.png and /dev/null differ diff --git a/static/img/chronograf/1-6-alerts-view-rules.png b/static/img/chronograf/1-6-alerts-view-rules.png deleted file mode 100644 index 7372ea805..000000000 Binary files a/static/img/chronograf/1-6-alerts-view-rules.png and /dev/null differ diff --git a/static/img/chronograf/1-6-chronograf-collage.png b/static/img/chronograf/1-6-chronograf-collage.png deleted file mode 100644 index 9ce7a9f8a..000000000 Binary files a/static/img/chronograf/1-6-chronograf-collage.png and /dev/null differ diff --git a/static/img/chronograf/1-6-connection-influxdb.png b/static/img/chronograf/1-6-connection-influxdb.png deleted file mode 100644 index 40bfb4e41..000000000 Binary files a/static/img/chronograf/1-6-connection-influxdb.png and /dev/null differ diff --git a/static/img/chronograf/1-6-connection-kapacitor-details.png b/static/img/chronograf/1-6-connection-kapacitor-details.png deleted file mode 100644 index 34bda8879..000000000 Binary files a/static/img/chronograf/1-6-connection-kapacitor-details.png and /dev/null differ diff --git a/static/img/chronograf/1-6-data-explorer.png b/static/img/chronograf/1-6-data-explorer.png deleted file mode 100644 index 3fc7aae78..000000000 Binary files a/static/img/chronograf/1-6-data-explorer.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-admin-chronodbrp.gif b/static/img/chronograf/1-6-g-admin-chronodbrp.gif deleted file mode 100644 index 9a0e77a1c..000000000 Binary files a/static/img/chronograf/1-6-g-admin-chronodbrp.gif and /dev/null differ diff --git a/static/img/chronograf/1-6-g-admin-chronotemplates.png b/static/img/chronograf/1-6-g-admin-chronotemplates.png deleted file mode 100644 index 52841bd03..000000000 Binary files a/static/img/chronograf/1-6-g-admin-chronotemplates.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-admin-chronousers1.png b/static/img/chronograf/1-6-g-admin-chronousers1.png deleted file mode 100644 index ef6fc6aef..000000000 Binary files a/static/img/chronograf/1-6-g-admin-chronousers1.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-admin-chronowrite.png b/static/img/chronograf/1-6-g-admin-chronowrite.png deleted file mode 100644 index 1cd213358..000000000 Binary files a/static/img/chronograf/1-6-g-admin-chronowrite.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-admin-webdbrp.png b/static/img/chronograf/1-6-g-admin-webdbrp.png deleted file mode 100644 index b0be990ea..000000000 Binary files a/static/img/chronograf/1-6-g-admin-webdbrp.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-admin-webtemplates.png b/static/img/chronograf/1-6-g-admin-webtemplates.png deleted file mode 100644 index a6b4e42bb..000000000 Binary files a/static/img/chronograf/1-6-g-admin-webtemplates.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-admin-webuser.png b/static/img/chronograf/1-6-g-admin-webuser.png deleted file mode 100644 index d753bf852..000000000 Binary files a/static/img/chronograf/1-6-g-admin-webuser.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-admin-write.png b/static/img/chronograf/1-6-g-admin-write.png deleted file mode 100644 index d1207d1ee..000000000 Binary files a/static/img/chronograf/1-6-g-admin-write.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-advkap-dur.png b/static/img/chronograf/1-6-g-advkap-dur.png deleted file mode 100644 index 13c4d9eec..000000000 Binary files a/static/img/chronograf/1-6-g-advkap-dur.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-advkap-pretick.png b/static/img/chronograf/1-6-g-advkap-pretick.png deleted file mode 100644 index 83e3b819d..000000000 Binary files a/static/img/chronograf/1-6-g-advkap-pretick.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-advkap-rp.png b/static/img/chronograf/1-6-g-advkap-rp.png deleted file mode 100644 index fe6470beb..000000000 Binary files a/static/img/chronograf/1-6-g-advkap-rp.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-dashboard-cell-edit.png b/static/img/chronograf/1-6-g-dashboard-cell-edit.png deleted file mode 100644 index f98e1b7a3..000000000 Binary files a/static/img/chronograf/1-6-g-dashboard-cell-edit.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-dashboard-edit.png b/static/img/chronograf/1-6-g-dashboard-edit.png deleted file mode 100644 index d7d924983..000000000 Binary files a/static/img/chronograf/1-6-g-dashboard-edit.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-dashboard-rename.png b/static/img/chronograf/1-6-g-dashboard-rename.png deleted file mode 100644 index b198b6841..000000000 Binary files a/static/img/chronograf/1-6-g-dashboard-rename.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-dashboard-resize.gif b/static/img/chronograf/1-6-g-dashboard-resize.gif deleted file mode 100644 index fbbaae210..000000000 Binary files a/static/img/chronograf/1-6-g-dashboard-resize.gif and /dev/null differ diff --git a/static/img/chronograf/1-6-g-dashboard-type.png b/static/img/chronograf/1-6-g-dashboard-type.png deleted file mode 100644 index 13c564785..000000000 Binary files a/static/img/chronograf/1-6-g-dashboard-type.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-eventhandlers-hipchat.png b/static/img/chronograf/1-6-g-eventhandlers-hipchat.png deleted file mode 100644 index d6c0fd6ee..000000000 Binary files a/static/img/chronograf/1-6-g-eventhandlers-hipchat.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-eventhandlers-hipchattoken.png b/static/img/chronograf/1-6-g-eventhandlers-hipchattoken.png deleted file mode 100644 index 254a2287a..000000000 Binary files a/static/img/chronograf/1-6-g-eventhandlers-hipchattoken.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-eventhandlers-slack.png b/static/img/chronograf/1-6-g-eventhandlers-slack.png deleted file mode 100644 index 5a079503c..000000000 Binary files a/static/img/chronograf/1-6-g-eventhandlers-slack.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-eventhandlers-slackwebhook.png b/static/img/chronograf/1-6-g-eventhandlers-slackwebhook.png deleted file mode 100644 index 9a721b7ca..000000000 Binary files a/static/img/chronograf/1-6-g-eventhandlers-slackwebhook.png and /dev/null differ diff --git a/static/img/chronograf/1-6-g-eventhandlers-telegram.png b/static/img/chronograf/1-6-g-eventhandlers-telegram.png deleted file mode 100644 index c6534818a..000000000 Binary files a/static/img/chronograf/1-6-g-eventhandlers-telegram.png and /dev/null differ diff --git a/static/img/chronograf/1-6-gs-alert-endpoints.png b/static/img/chronograf/1-6-gs-alert-endpoints.png deleted file mode 100644 index cbe2c9adf..000000000 Binary files a/static/img/chronograf/1-6-gs-alert-endpoints.png and /dev/null differ diff --git a/static/img/chronograf/1-6-gs-configure-kapacitor.png b/static/img/chronograf/1-6-gs-configure-kapacitor.png deleted file mode 100644 index 0b429ed53..000000000 Binary files a/static/img/chronograf/1-6-gs-configure-kapacitor.png and /dev/null differ diff --git a/static/img/chronograf/1-6-gs-host-list.png b/static/img/chronograf/1-6-gs-host-list.png deleted file mode 100644 index 19a2b4a2f..000000000 Binary files a/static/img/chronograf/1-6-gs-host-list.png and /dev/null differ diff --git a/static/img/chronograf/1-6-gs-system-dashboard.png b/static/img/chronograf/1-6-gs-system-dashboard.png deleted file mode 100644 index ad704c986..000000000 Binary files a/static/img/chronograf/1-6-gs-system-dashboard.png and /dev/null differ diff --git a/static/img/chronograf/1-6-logs-dashboard-correlation.gif b/static/img/chronograf/1-6-logs-dashboard-correlation.gif deleted file mode 100644 index 09b457739..000000000 Binary files a/static/img/chronograf/1-6-logs-dashboard-correlation.gif and /dev/null differ diff --git a/static/img/chronograf/1-6-logs-log-viewer.png b/static/img/chronograf/1-6-logs-log-viewer.png deleted file mode 100644 index 4bd8316c7..000000000 Binary files a/static/img/chronograf/1-6-logs-log-viewer.png and /dev/null differ diff --git a/static/img/chronograf/1-6-logs-search-filter.gif b/static/img/chronograf/1-6-logs-search-filter.gif deleted file mode 100644 index 7bcdf4bee..000000000 Binary files a/static/img/chronograf/1-6-logs-search-filter.gif and /dev/null differ diff --git a/static/img/chronograf/1-6-logs-time-range.gif b/static/img/chronograf/1-6-logs-time-range.gif deleted file mode 100644 index fc7348814..000000000 Binary files a/static/img/chronograf/1-6-logs-time-range.gif and /dev/null differ diff --git a/static/img/chronograf/1-6-template-vars-create.gif b/static/img/chronograf/1-6-template-vars-create.gif deleted file mode 100644 index 0841a4d2e..000000000 Binary files a/static/img/chronograf/1-6-template-vars-create.gif and /dev/null differ diff --git a/static/img/chronograf/1-6-welcome-page.png b/static/img/chronograf/1-6-welcome-page.png deleted file mode 100644 index 4a0d124bf..000000000 Binary files a/static/img/chronograf/1-6-welcome-page.png and /dev/null differ diff --git a/static/img/chronograf/1-7-flux-script-wizard.png b/static/img/chronograf/1-7-flux-script-wizard.png deleted file mode 100644 index e79e9c143..000000000 Binary files a/static/img/chronograf/1-7-flux-script-wizard.png and /dev/null differ diff --git a/static/img/chronograf/1-7-influxdb-connection-config.png b/static/img/chronograf/1-7-influxdb-connection-config.png deleted file mode 100644 index 362320f74..000000000 Binary files a/static/img/chronograf/1-7-influxdb-connection-config.png and /dev/null differ diff --git a/static/img/chronograf/1-7-send-to-dashboard-send.png b/static/img/chronograf/1-7-send-to-dashboard-send.png deleted file mode 100644 index 46f18a748..000000000 Binary files a/static/img/chronograf/1-7-send-to-dashboard-send.png and /dev/null differ diff --git a/static/img/chronograf/1-7-send-to-dashboard-target.png b/static/img/chronograf/1-7-send-to-dashboard-target.png deleted file mode 100644 index 022e797ab..000000000 Binary files a/static/img/chronograf/1-7-send-to-dashboard-target.png and /dev/null differ diff --git a/static/img/enterprise/1-7-tools-grafana-influxql.png b/static/img/enterprise/1-7-tools-grafana-influxql.png deleted file mode 100644 index 8bca20b97..000000000 Binary files a/static/img/enterprise/1-7-tools-grafana-influxql.png and /dev/null differ diff --git a/static/img/enterprise/1-8-tools-grafana-flux.png b/static/img/enterprise/1-8-tools-grafana-flux.png deleted file mode 100644 index 26f8a7ec9..000000000 Binary files a/static/img/enterprise/1-8-tools-grafana-flux.png and /dev/null differ diff --git a/static/img/gitops-workflow.png b/static/img/gitops-workflow.png deleted file mode 100644 index 5f5d5aa7e..000000000 Binary files a/static/img/gitops-workflow.png and /dev/null differ diff --git a/static/img/grafana/enterprise-influxdb-v1-grafana-flux.png b/static/img/grafana/enterprise-influxdb-v1-grafana-flux.png new file mode 100644 index 000000000..a0a4d1a7d Binary files /dev/null and b/static/img/grafana/enterprise-influxdb-v1-grafana-flux.png differ diff --git a/static/img/grafana/enterprise-influxdb-v1-grafana-influxql.png b/static/img/grafana/enterprise-influxdb-v1-grafana-influxql.png new file mode 100644 index 000000000..53c86108b Binary files /dev/null and b/static/img/grafana/enterprise-influxdb-v1-grafana-influxql.png differ diff --git a/static/img/grafana/grafana-sql-insecure-connection.png b/static/img/grafana/grafana-sql-insecure-connection.png new file mode 100644 index 000000000..ec39fc576 Binary files /dev/null and b/static/img/grafana/grafana-sql-insecure-connection.png differ diff --git a/static/img/grafana/influxdb-cloud-grafana-flux.png b/static/img/grafana/influxdb-cloud-grafana-flux.png new file mode 100644 index 000000000..f3ed30ef9 Binary files /dev/null and b/static/img/grafana/influxdb-cloud-grafana-flux.png differ diff --git a/static/img/grafana/influxdb-cloud-grafana-influxql.png b/static/img/grafana/influxdb-cloud-grafana-influxql.png new file mode 100644 index 000000000..228c8d8ae Binary files /dev/null and b/static/img/grafana/influxdb-cloud-grafana-influxql.png differ diff --git a/static/img/grafana/influxdb-v1-grafana-flux.png b/static/img/grafana/influxdb-v1-grafana-flux.png new file mode 100644 index 000000000..71da27b5d Binary files /dev/null and b/static/img/grafana/influxdb-v1-grafana-flux.png differ diff --git a/static/img/grafana/influxdb-v1-grafana-influxql.png b/static/img/grafana/influxdb-v1-grafana-influxql.png new file mode 100644 index 000000000..97743afcd Binary files /dev/null and b/static/img/grafana/influxdb-v1-grafana-influxql.png differ diff --git a/static/img/grafana/influxdb-v2-grafana-influxql-flux.png b/static/img/grafana/influxdb-v2-grafana-influxql-flux.png new file mode 100644 index 000000000..00af8fc4c Binary files /dev/null and b/static/img/grafana/influxdb-v2-grafana-influxql-flux.png differ diff --git a/static/img/grafana/influxdb-v2-grafana-influxql.png b/static/img/grafana/influxdb-v2-grafana-influxql.png new file mode 100644 index 000000000..9c66bde2d Binary files /dev/null and b/static/img/grafana/influxdb-v2-grafana-influxql.png differ diff --git a/static/img/grafana/influxdb3-cloud-dedicated-grafana-influxql.png b/static/img/grafana/influxdb3-cloud-dedicated-grafana-influxql.png new file mode 100644 index 000000000..53465f23f Binary files /dev/null and b/static/img/grafana/influxdb3-cloud-dedicated-grafana-influxql.png differ diff --git a/static/img/grafana/influxdb3-cloud-dedicated-grafana-sql.png b/static/img/grafana/influxdb3-cloud-dedicated-grafana-sql.png new file mode 100644 index 000000000..12add0308 Binary files /dev/null and b/static/img/grafana/influxdb3-cloud-dedicated-grafana-sql.png differ diff --git a/static/img/grafana/influxdb3-cloud-serverless-grafana-influxql.png b/static/img/grafana/influxdb3-cloud-serverless-grafana-influxql.png new file mode 100644 index 000000000..93623ea0e Binary files /dev/null and b/static/img/grafana/influxdb3-cloud-serverless-grafana-influxql.png differ diff --git a/static/img/grafana/influxdb3-cloud-serverless-grafana-sql.png b/static/img/grafana/influxdb3-cloud-serverless-grafana-sql.png new file mode 100644 index 000000000..fd6d01496 Binary files /dev/null and b/static/img/grafana/influxdb3-cloud-serverless-grafana-sql.png differ diff --git a/static/img/grafana/influxdb3-clustered-grafana-influxql.png b/static/img/grafana/influxdb3-clustered-grafana-influxql.png new file mode 100644 index 000000000..c7ec0587c Binary files /dev/null and b/static/img/grafana/influxdb3-clustered-grafana-influxql.png differ diff --git a/static/img/grafana/influxdb3-clustered-grafana-sql.png b/static/img/grafana/influxdb3-clustered-grafana-sql.png new file mode 100644 index 000000000..1742f749d Binary files /dev/null and b/static/img/grafana/influxdb3-clustered-grafana-sql.png differ diff --git a/static/img/grafana/influxdb3-core-grafana-influxql.png b/static/img/grafana/influxdb3-core-grafana-influxql.png new file mode 100644 index 000000000..f99f70158 Binary files /dev/null and b/static/img/grafana/influxdb3-core-grafana-influxql.png differ diff --git a/static/img/grafana/influxdb3-core-grafana-sql.png b/static/img/grafana/influxdb3-core-grafana-sql.png new file mode 100644 index 000000000..34f4db136 Binary files /dev/null and b/static/img/grafana/influxdb3-core-grafana-sql.png differ diff --git a/static/img/grafana/influxdb3-enterprise-grafana-influxql.png b/static/img/grafana/influxdb3-enterprise-grafana-influxql.png new file mode 100644 index 000000000..c4bdd46ed Binary files /dev/null and b/static/img/grafana/influxdb3-enterprise-grafana-influxql.png differ diff --git a/static/img/grafana/influxdb3-enterprise-grafana-sql.png b/static/img/grafana/influxdb3-enterprise-grafana-sql.png new file mode 100644 index 000000000..6c1b5b167 Binary files /dev/null and b/static/img/grafana/influxdb3-enterprise-grafana-sql.png differ diff --git a/static/img/influxdb/1-3-series-cardinality.png b/static/img/influxdb/1-3-series-cardinality.png deleted file mode 100644 index 6acba24e2..000000000 Binary files a/static/img/influxdb/1-3-series-cardinality.png and /dev/null differ diff --git a/static/img/influxdb/2-0-cloud-usage.png b/static/img/influxdb/2-0-cloud-usage.png deleted file mode 100644 index 2bcf144c3..000000000 Binary files a/static/img/influxdb/2-0-cloud-usage.png and /dev/null differ diff --git a/static/img/influxdb/2-0-controls-view-raw-data.png b/static/img/influxdb/2-0-controls-view-raw-data.png deleted file mode 100644 index 18f1c84e5..000000000 Binary files a/static/img/influxdb/2-0-controls-view-raw-data.png and /dev/null differ diff --git a/static/img/influxdb/2-0-monitor-oss-dashboard.png b/static/img/influxdb/2-0-monitor-oss-dashboard.png deleted file mode 100644 index 93d2b4054..000000000 Binary files a/static/img/influxdb/2-0-monitor-oss-dashboard.png and /dev/null differ diff --git a/static/img/influxdb/2-0-monitor-oss-deadman.png b/static/img/influxdb/2-0-monitor-oss-deadman.png deleted file mode 100644 index 404758b2f..000000000 Binary files a/static/img/influxdb/2-0-monitor-oss-deadman.png and /dev/null differ diff --git a/static/img/influxdb/2-0-monitor-oss-load-data.png b/static/img/influxdb/2-0-monitor-oss-load-data.png deleted file mode 100644 index aa3c42ce5..000000000 Binary files a/static/img/influxdb/2-0-monitor-oss-load-data.png and /dev/null differ diff --git a/static/img/influxdb/2-0-monitor-oss-telegraf-config.png b/static/img/influxdb/2-0-monitor-oss-telegraf-config.png deleted file mode 100644 index d3ca2770e..000000000 Binary files a/static/img/influxdb/2-0-monitor-oss-telegraf-config.png and /dev/null differ diff --git a/static/img/influxdb/2-0-monitor-oss-telegraf-output-example.png b/static/img/influxdb/2-0-monitor-oss-telegraf-output-example.png deleted file mode 100644 index 0724cc064..000000000 Binary files a/static/img/influxdb/2-0-monitor-oss-telegraf-output-example.png and /dev/null differ diff --git a/static/img/influxdb/2-0-monitor-oss-telegraf-setup.png b/static/img/influxdb/2-0-monitor-oss-telegraf-setup.png deleted file mode 100644 index 9eeb2eaca..000000000 Binary files a/static/img/influxdb/2-0-monitor-oss-telegraf-setup.png and /dev/null differ diff --git a/static/img/influxdb/2-0-monitor-oss-template-installer.png b/static/img/influxdb/2-0-monitor-oss-template-installer.png deleted file mode 100644 index 6b88270f8..000000000 Binary files a/static/img/influxdb/2-0-monitor-oss-template-installer.png and /dev/null differ diff --git a/static/img/influxdb/2-0-monitor-oss-template-post-install.png b/static/img/influxdb/2-0-monitor-oss-template-post-install.png deleted file mode 100644 index 17d0b2fee..000000000 Binary files a/static/img/influxdb/2-0-monitor-oss-template-post-install.png and /dev/null differ diff --git a/static/img/influxdb/2-0-monitor-oss-with-cloud-prom.png b/static/img/influxdb/2-0-monitor-oss-with-cloud-prom.png deleted file mode 100644 index 7fc64dffd..000000000 Binary files a/static/img/influxdb/2-0-monitor-oss-with-cloud-prom.png and /dev/null differ diff --git a/static/img/influxdb/2-0-monitor-oss-with-cloud.png b/static/img/influxdb/2-0-monitor-oss-with-cloud.png deleted file mode 100644 index caf1ab6c8..000000000 Binary files a/static/img/influxdb/2-0-monitor-oss-with-cloud.png and /dev/null differ diff --git a/static/img/influxdb/2-0-templates-type-select.png b/static/img/influxdb/2-0-templates-type-select.png deleted file mode 100644 index 8055e87a2..000000000 Binary files a/static/img/influxdb/2-0-templates-type-select.png and /dev/null differ diff --git a/static/img/influxdb/2-0-tools-grafana.png b/static/img/influxdb/2-0-tools-grafana.png deleted file mode 100644 index 5727bbc70..000000000 Binary files a/static/img/influxdb/2-0-tools-grafana.png and /dev/null differ diff --git a/static/img/influxdb/2-0-visualizations-line-graph-smooth-example-8.png b/static/img/influxdb/2-0-visualizations-line-graph-smooth-example-8.png deleted file mode 100644 index a392c916f..000000000 Binary files a/static/img/influxdb/2-0-visualizations-line-graph-smooth-example-8.png and /dev/null differ diff --git a/static/img/influxdb/OSS-v2-grafana-product-dropdown-flux.png b/static/img/influxdb/OSS-v2-grafana-product-dropdown-flux.png deleted file mode 100644 index 5560b9557..000000000 Binary files a/static/img/influxdb/OSS-v2-grafana-product-dropdown-flux.png and /dev/null differ diff --git a/static/img/influxdb/OSS-v2-grafana-product-dropdown-influxql.png b/static/img/influxdb/OSS-v2-grafana-product-dropdown-influxql.png deleted file mode 100644 index f4495faca..000000000 Binary files a/static/img/influxdb/OSS-v2-grafana-product-dropdown-influxql.png and /dev/null differ diff --git a/static/img/influxdb/cloud-controls-data-usage.png b/static/img/influxdb/cloud-controls-data-usage.png deleted file mode 100644 index 781c77482..000000000 Binary files a/static/img/influxdb/cloud-controls-data-usage.png and /dev/null differ diff --git a/static/img/influxdb/cloud-controls-select-bucket.png b/static/img/influxdb/cloud-controls-select-bucket.png deleted file mode 100644 index fd5d98dd3..000000000 Binary files a/static/img/influxdb/cloud-controls-select-bucket.png and /dev/null differ diff --git a/static/img/influxdb/cloud-dedicated-grafana-influxdb-data-source-influxql.png b/static/img/influxdb/cloud-dedicated-grafana-influxdb-data-source-influxql.png deleted file mode 100644 index 82acc168f..000000000 Binary files a/static/img/influxdb/cloud-dedicated-grafana-influxdb-data-source-influxql.png and /dev/null differ diff --git a/static/img/influxdb/cloud-dedicated-grafana-influxdb-data-source-sql.png b/static/img/influxdb/cloud-dedicated-grafana-influxdb-data-source-sql.png deleted file mode 100644 index 940d0a4be..000000000 Binary files a/static/img/influxdb/cloud-dedicated-grafana-influxdb-data-source-sql.png and /dev/null differ diff --git a/static/img/influxdb/cloud-gs-select-bucket.png b/static/img/influxdb/cloud-gs-select-bucket.png deleted file mode 100644 index d31f19827..000000000 Binary files a/static/img/influxdb/cloud-gs-select-bucket.png and /dev/null differ diff --git a/static/img/influxdb/enterprise-v1-grafana-product-dropdown-flux.png b/static/img/influxdb/enterprise-v1-grafana-product-dropdown-flux.png deleted file mode 100644 index 87fa39501..000000000 Binary files a/static/img/influxdb/enterprise-v1-grafana-product-dropdown-flux.png and /dev/null differ diff --git a/static/img/influxdb/enterprise-v1-grafana-product-dropdown-influxql.png b/static/img/influxdb/enterprise-v1-grafana-product-dropdown-influxql.png deleted file mode 100644 index c48ccafd1..000000000 Binary files a/static/img/influxdb/enterprise-v1-grafana-product-dropdown-influxql.png and /dev/null differ diff --git a/static/img/influxdb/influxdb-3-enterprise-workload-isolation.jpg b/static/img/influxdb/influxdb-3-enterprise-workload-isolation.jpg deleted file mode 100644 index 9c115f9a5..000000000 Binary files a/static/img/influxdb/influxdb-3-enterprise-workload-isolation.jpg and /dev/null differ diff --git a/static/img/influxdb/influxdb-3-write-path.png b/static/img/influxdb/influxdb-3-write-path.png deleted file mode 100644 index fb20557be..000000000 Binary files a/static/img/influxdb/influxdb-3-write-path.png and /dev/null differ diff --git a/static/img/influxdb/influxdb-v2-cloud-flux.png b/static/img/influxdb/influxdb-v2-cloud-flux.png deleted file mode 100644 index 90866f33c..000000000 Binary files a/static/img/influxdb/influxdb-v2-cloud-flux.png and /dev/null differ diff --git a/static/img/influxdb/influxdb-v2-cloud-influxql.png b/static/img/influxdb/influxdb-v2-cloud-influxql.png deleted file mode 100644 index 5ec83445f..000000000 Binary files a/static/img/influxdb/influxdb-v2-cloud-influxql.png and /dev/null differ diff --git a/static/img/influxdb3/cloud-dedicated-admin-ui-management-tokens-portal.png b/static/img/influxdb3/cloud-dedicated-admin-ui-management-tokens-portal.png deleted file mode 100644 index 2e4b2f5f3..000000000 Binary files a/static/img/influxdb3/cloud-dedicated-admin-ui-management-tokens-portal.png and /dev/null differ diff --git a/static/img/influxdb3/cloud-dedicated-admin-ui-management-tokens.png b/static/img/influxdb3/cloud-dedicated-admin-ui-management-tokens.png deleted file mode 100644 index 98fc1df9a..000000000 Binary files a/static/img/influxdb3/cloud-dedicated-admin-ui-management-tokens.png and /dev/null differ diff --git a/static/img/influxdb3/cloud-dedicated-grafana-product-dropdown-influxql.png b/static/img/influxdb3/cloud-dedicated-grafana-product-dropdown-influxql.png deleted file mode 100644 index 4114e4c1f..000000000 Binary files a/static/img/influxdb3/cloud-dedicated-grafana-product-dropdown-influxql.png and /dev/null differ diff --git a/static/img/influxdb3/cloud-dedicated-grafana-product-dropdown-sql.png b/static/img/influxdb3/cloud-dedicated-grafana-product-dropdown-sql.png deleted file mode 100644 index 4460ee127..000000000 Binary files a/static/img/influxdb3/cloud-dedicated-grafana-product-dropdown-sql.png and /dev/null differ diff --git a/static/img/influxdb3/cloud-serverless-grafana-influxdb-data-source-influxql.png b/static/img/influxdb3/cloud-serverless-grafana-influxdb-data-source-influxql.png deleted file mode 100644 index 8a93033e1..000000000 Binary files a/static/img/influxdb3/cloud-serverless-grafana-influxdb-data-source-influxql.png and /dev/null differ diff --git a/static/img/influxdb3/cloud-serverless-grafana-influxdb-data-source-sql.png b/static/img/influxdb3/cloud-serverless-grafana-influxdb-data-source-sql.png deleted file mode 100644 index 42856cf29..000000000 Binary files a/static/img/influxdb3/cloud-serverless-grafana-influxdb-data-source-sql.png and /dev/null differ diff --git a/static/img/influxdb3/cloud-serverless-grafana-product-dropdown-flux.png b/static/img/influxdb3/cloud-serverless-grafana-product-dropdown-flux.png deleted file mode 100644 index ecd8e3776..000000000 Binary files a/static/img/influxdb3/cloud-serverless-grafana-product-dropdown-flux.png and /dev/null differ diff --git a/static/img/influxdb3/cloud-serverless-grafana-product-dropdown-influxql.png b/static/img/influxdb3/cloud-serverless-grafana-product-dropdown-influxql.png deleted file mode 100644 index 63a0fa743..000000000 Binary files a/static/img/influxdb3/cloud-serverless-grafana-product-dropdown-influxql.png and /dev/null differ diff --git a/static/img/influxdb3/cloud-serverless-grafana-product-dropdown-sql.png b/static/img/influxdb3/cloud-serverless-grafana-product-dropdown-sql.png deleted file mode 100644 index 9ed3c02e8..000000000 Binary files a/static/img/influxdb3/cloud-serverless-grafana-product-dropdown-sql.png and /dev/null differ diff --git a/static/img/influxdb3/cluster-grafana-product-dropdown-influxql.png b/static/img/influxdb3/cluster-grafana-product-dropdown-influxql.png deleted file mode 100644 index b7b80cc3f..000000000 Binary files a/static/img/influxdb3/cluster-grafana-product-dropdown-influxql.png and /dev/null differ diff --git a/static/img/influxdb3/cluster-grafana-product-dropdown-sql.png b/static/img/influxdb3/cluster-grafana-product-dropdown-sql.png deleted file mode 100644 index e87bb3a6d..000000000 Binary files a/static/img/influxdb3/cluster-grafana-product-dropdown-sql.png and /dev/null differ diff --git a/static/img/influxdb3/clustered-grafana-influxdb-data-source-influxql.png b/static/img/influxdb3/clustered-grafana-influxdb-data-source-influxql.png deleted file mode 100644 index 7ae8cc0f4..000000000 Binary files a/static/img/influxdb3/clustered-grafana-influxdb-data-source-influxql.png and /dev/null differ diff --git a/static/img/influxdb3/clustered-grafana-influxdb-data-source-sql.png b/static/img/influxdb3/clustered-grafana-influxdb-data-source-sql.png deleted file mode 100644 index d871c3ad9..000000000 Binary files a/static/img/influxdb3/clustered-grafana-influxdb-data-source-sql.png and /dev/null differ diff --git a/static/img/influxdb3/enterprise-v3-grafana-product-dropdown-influxql.png b/static/img/influxdb3/enterprise-v3-grafana-product-dropdown-influxql.png deleted file mode 100644 index 37067f201..000000000 Binary files a/static/img/influxdb3/enterprise-v3-grafana-product-dropdown-influxql.png and /dev/null differ diff --git a/static/img/influxdb3/enterprise-v3-grafana-product-dropdown-sql.png b/static/img/influxdb3/enterprise-v3-grafana-product-dropdown-sql.png deleted file mode 100644 index 5f5a2b60c..000000000 Binary files a/static/img/influxdb3/enterprise-v3-grafana-product-dropdown-sql.png and /dev/null differ diff --git a/static/img/influxdb3/general-grafana-add-datasource-selection.png b/static/img/influxdb3/general-grafana-add-datasource-selection.png deleted file mode 100644 index 43a1c18b7..000000000 Binary files a/static/img/influxdb3/general-grafana-add-datasource-selection.png and /dev/null differ diff --git a/static/img/influxdb3/general-grafana-configuration-connection.png b/static/img/influxdb3/general-grafana-configuration-connection.png deleted file mode 100644 index f66f09f4e..000000000 Binary files a/static/img/influxdb3/general-grafana-configuration-connection.png and /dev/null differ diff --git a/static/img/influxdb3/general-grafana-product-dropdown.png b/static/img/influxdb3/general-grafana-product-dropdown.png deleted file mode 100644 index 8fc1e5ee3..000000000 Binary files a/static/img/influxdb3/general-grafana-product-dropdown.png and /dev/null differ diff --git a/static/img/influxdb3/influxdb3-grafana-influxql.png b/static/img/influxdb3/influxdb3-grafana-influxql.png deleted file mode 100644 index fdad3a0ff..000000000 Binary files a/static/img/influxdb3/influxdb3-grafana-influxql.png and /dev/null differ diff --git a/static/img/influxdb3/influxdb3-grafana-sql.png b/static/img/influxdb3/influxdb3-grafana-sql.png deleted file mode 100644 index c45aa0dbe..000000000 Binary files a/static/img/influxdb3/influxdb3-grafana-sql.png and /dev/null differ diff --git a/static/img/platform/flux-kube.png b/static/img/platform/flux-kube.png deleted file mode 100644 index cd7bd43f8..000000000 Binary files a/static/img/platform/flux-kube.png and /dev/null differ diff --git a/static/img/telegraf/1-13-citibike_query.png b/static/img/telegraf/1-13-citibike_query.png deleted file mode 100644 index 5b0240caf..000000000 Binary files a/static/img/telegraf/1-13-citibike_query.png and /dev/null differ