File tree Expand file tree Collapse file tree 9 files changed +271
-1339
lines changed Expand file tree Collapse file tree 9 files changed +271
-1339
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ node_modules
15
15
! telegraf-build /templates
16
16
! telegraf-build /scripts
17
17
! telegraf-build /README.md
18
+ /cypress /downloads
18
19
/cypress /screenshots /*
19
20
/cypress /videos /*
20
21
test-results.xml
Original file line number Diff line number Diff line change 9
9
influxdb3_core :
10
10
name : InfluxDB 3 Core
11
11
weight : 1
12
- source : /shared/v3-core-get-started /_index.md
12
+ source : /shared/influxdb3 /_index.md
13
13
---
14
14
15
15
<!--
16
- The content of this page is at /shared/v3-core-get-started/_index.md
16
+ The content of this page is at
17
+ //SOURCE - content/shared/influxdb3/_index.md
17
18
-->
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ related:
13
13
- /influxdb3/core/admin/query-system-data/
14
14
- /influxdb3/core/write-data/
15
15
- /influxdb3/core/query-data/
16
- source : /shared/v3-core -get-started/_index.md
16
+ source : /shared/influxdb3 -get-started/_index.md
17
17
prepend : |
18
18
> [!Note]
19
19
> InfluxDB 3 Core is purpose-built for real-time data monitoring and recent data.
@@ -26,5 +26,5 @@ prepend: |
26
26
27
27
<!--
28
28
The content of this page is at
29
- // SOURCE content/shared/v3-core -get-started/_index.md
29
+ // SOURCE content/shared/influxdb3 -get-started/_index.md
30
30
-->
Original file line number Diff line number Diff line change 9
9
influxdb3_enterprise :
10
10
name : InfluxDB 3 Enterprise
11
11
weight : 1
12
- source : /shared/v3-enterprise-get-started /_index.md
12
+ source : /shared/influxdb3 /_index.md
13
13
---
14
14
15
15
<!--
16
- The content of this page is at /shared/v3-enterprise-get-started/_index.md
16
+ The content of this page is at
17
+ //SOURCE - content/shared/influxdb3/_index.md
17
18
-->
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ related:
13
13
- /influxdb3/enterprise/admin/query-system-data/
14
14
- /influxdb3/enterprise/write-data/
15
15
- /influxdb3/enterprise/query-data/
16
- source : /shared/v3-enterprise -get-started/_index.md
16
+ source : /shared/influxdb3 -get-started/_index.md
17
17
---
18
18
19
19
<!--
20
20
The content of this page is at
21
- // SOURCE content/shared/v3-enterprise -get-started/_index.md
21
+ // SOURCE content/shared/influxdb3 -get-started/_index.md
22
22
-->
Original file line number Diff line number Diff line change @@ -14,10 +14,13 @@ Use [Docker](https://docker.com) to install and run **InfluxDB 3 Explorer**.
14
14
- [ Run the InfluxDB 3 Explorer Docker container] ( #run-the-influxdb-3-explorer-docker-container )
15
15
- [ Enable TLS/SSL (HTTPS)] ( #enable-tlsssl-https )
16
16
- [ Pre-configure InfluxDB connection settings] ( #pre-configure-influxdb-connection-settings )
17
- - [ Run in admin or query mode] ( #run-in-admin-or-query-mode )
17
+ - [ Run in query or admin mode] ( #run-in-query-or-admin-mode )
18
+ - [ Run in query mode] ( #run-in-query-mode )
19
+ - [ Run in admin mode] ( #run-in-admin-mode )
18
20
- [ Environment Variables] ( #environment-variables )
19
21
- [ Volume Reference] ( #volume-reference )
20
22
- [ Exposed Ports] ( #exposed-ports )
23
+ - [ Custom port mapping] ( #custom-port-mapping )
21
24
<!-- END TOC -->
22
25
23
26
## Run the InfluxDB 3 Explorer Docker container
You can’t perform that action at this time.
0 commit comments