Skip to content

Commit bee37a5

Browse files
chore: update to beta for explorer
1 parent 15c1c77 commit bee37a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ Pull the image:
102102
docker pull quay.io/influxdb/influxdb3-core:latest
103103
```
104104

105-
##### InfluxDB 3 Explorer -- Query Interface
105+
##### InfluxDB 3 Explorer -- Query Interface (Beta)
106106

107-
You can additionally download the new InfluxDB 3 Explorer query interface using Docker. Pull the image:
107+
You can additionally download the new InfluxDB 3 Explorer query interface using Docker. Explorer is currently in beta. Pull the image:
108108

109109
```bash
110110
docker pull quay.io/influxdb/influxdb3-explorer:latest
@@ -654,7 +654,7 @@ print(table.group_by('cpu').aggregate([('time_system', 'mean')]))
654654
For more information about the Python client library, see the [`influxdb3-python` repository](https://github.com/InfluxCommunity/influxdb3-python) in GitHub.
655655

656656

657-
### Query using InfluxDB 3 Explorer
657+
### Query using InfluxDB 3 Explorer (Beta)
658658
You can use the InfluxDB 3 Explorer query interface by downloading the Docker image.
659659

660660
```bash

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ docker pull quay.io/influxdb/influxdb3-enterprise:latest
103103

104104
##### InfluxDB 3 Explorer -- Query Interface
105105

106-
You can additionally download the new InfluxDB 3 Explorer query interface using Docker. Pull the image:
106+
You can additionally download the new InfluxDB 3 Explorer query interface using Docker. Explorer is currently in beta. Pull the image:
107107
```bash
108108
docker pull quay.io/influxdb/influxdb3-explorer:latest
109109
```
@@ -653,7 +653,7 @@ print(table.group_by('cpu').aggregate([('time_system', 'mean')]))
653653
For more information about the Python client library, see the [`influxdb3-python` repository](https://github.com/InfluxCommunity/influxdb3-python) in GitHub.
654654

655655

656-
### Query using InfluxDB 3 Explorer
656+
### Query using InfluxDB 3 Explorer (Beta)
657657
You can use the InfluxDB 3 Explorer query interface by downloading the Docker image.
658658

659659
```bash

0 commit comments

Comments
 (0)