From bee37a56c2f730b209fc18bda18a8bd45a8c7f93 Mon Sep 17 00:00:00 2001 From: Peter Barnett Date: Tue, 15 Apr 2025 07:27:51 -0400 Subject: [PATCH] chore: update to beta for explorer --- content/shared/v3-core-get-started/_index.md | 6 +++--- content/shared/v3-enterprise-get-started/_index.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index 25cd02bcf..b4fafc9ab 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -102,9 +102,9 @@ Pull the image: docker pull quay.io/influxdb/influxdb3-core:latest ``` -##### InfluxDB 3 Explorer -- Query Interface +##### InfluxDB 3 Explorer -- Query Interface (Beta) -You can additionally download the new InfluxDB 3 Explorer query interface using Docker. Pull the image: +You can additionally download the new InfluxDB 3 Explorer query interface using Docker. Explorer is currently in beta. Pull the image: ```bash docker pull quay.io/influxdb/influxdb3-explorer:latest @@ -654,7 +654,7 @@ print(table.group_by('cpu').aggregate([('time_system', 'mean')])) For more information about the Python client library, see the [`influxdb3-python` repository](https://github.com/InfluxCommunity/influxdb3-python) in GitHub. -### Query using InfluxDB 3 Explorer +### Query using InfluxDB 3 Explorer (Beta) You can use the InfluxDB 3 Explorer query interface by downloading the Docker image. ```bash diff --git a/content/shared/v3-enterprise-get-started/_index.md b/content/shared/v3-enterprise-get-started/_index.md index 9f667657b..2c93c7dbc 100644 --- a/content/shared/v3-enterprise-get-started/_index.md +++ b/content/shared/v3-enterprise-get-started/_index.md @@ -103,7 +103,7 @@ docker pull quay.io/influxdb/influxdb3-enterprise:latest ##### InfluxDB 3 Explorer -- Query Interface -You can additionally download the new InfluxDB 3 Explorer query interface using Docker. Pull the image: +You can additionally download the new InfluxDB 3 Explorer query interface using Docker. Explorer is currently in beta. Pull the image: ```bash docker pull quay.io/influxdb/influxdb3-explorer:latest ``` @@ -653,7 +653,7 @@ print(table.group_by('cpu').aggregate([('time_system', 'mean')])) For more information about the Python client library, see the [`influxdb3-python` repository](https://github.com/InfluxCommunity/influxdb3-python) in GitHub. -### Query using InfluxDB 3 Explorer +### Query using InfluxDB 3 Explorer (Beta) You can use the InfluxDB 3 Explorer query interface by downloading the Docker image. ```bash