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