Skip to content

Commit 95eb62e

Browse files
authored
Apply suggestions from code review
1 parent bee37a5 commit 95eb62e

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

content/shared/v3-core-enterprise-release-notes/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,23 @@
66
> The Enterprise sections below only list features exclusive to Enterprise.
77
88
## v3.0.0-0 {date="2025-04-14"}
9+
910
### Core
11+
1012
#### General Updates
13+
1114
- Performance and reliability improvements.
1215

1316
### Enterprise
17+
1418
#### Token Support
19+
1520
- Authorization is now turned on by default.
1621
- Token support for database level permissions are now available.
1722
- Token support for system level queries are now available.
1823

1924
#### General Updates
25+
2026
- You can now use Commercial, Trial, and At-Home licenses.
2127

2228

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ docker pull quay.io/influxdb/influxdb3-core:latest
104104

105105
##### InfluxDB 3 Explorer -- Query Interface (Beta)
106106

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

109110
```bash
110111
docker pull quay.io/influxdb/influxdb3-explorer:latest
@@ -667,7 +668,10 @@ Run the interface using:
667668
docker run --name influxdb3-explorer -p 8086:8888 quay.io/influxdb/influxdb3-explorer:latest
668669
```
669670

670-
With the default settings above, you can access the UI at http://localhost:8086. Set your expected database connection details on the Settings page. From there, you can query UI, browser your database schema, and do basic visualization of your time series data.
671+
With the default settings above, you can access the UI at http://localhost:8086.
672+
Set your expected database connection details on the Settings page.
673+
From there, you can query data, browser your database schema, and do basic
674+
visualization of your time series data.
671675

672676
### Last values cache
673677

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

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

104-
##### InfluxDB 3 Explorer -- Query Interface
104+
##### InfluxDB 3 Explorer -- Query Interface (beta)
105+
106+
You can download the new InfluxDB 3 Explorer query interface using Docker.
107+
Explorer is currently in beta. Pull the image:
105108

106-
You can additionally download the new InfluxDB 3 Explorer query interface using Docker. Explorer is currently in beta. Pull the image:
107109
```bash
108110
docker pull quay.io/influxdb/influxdb3-explorer:latest
109111
```
@@ -654,6 +656,7 @@ For more information about the Python client library, see the [`influxdb3-python
654656

655657

656658
### Query using InfluxDB 3 Explorer (Beta)
659+
657660
You can use the InfluxDB 3 Explorer query interface by downloading the Docker image.
658661

659662
```bash
@@ -666,7 +669,10 @@ Run the interface using:
666669
docker run --name influxdb3-explorer -p 8086:8888 quay.io/influxdb/influxdb3-explorer:latest
667670
```
668671

669-
With the default settings above, you can access the UI at http://localhost:8086. Set your expected database connection details on the Settings page. From there, you can query UI, browser your database schema, and do basic visualization of your time series data.
672+
With the default settings above, you can access the UI at http://localhost:8086.
673+
Set your expected database connection details on the Settings page.
674+
From there, you can query data, browser your database schema, and do basic
675+
visualization of your time series data.
670676

671677

672678
### Last values cache

0 commit comments

Comments
 (0)