Merge pull request #6327 from influxdata/pbarnett/small-explorer-quickstart-update

chore: add more clarity to Explorer quick start
pull/6330/head
Jason Stirnaman 2025-08-21 16:05:10 -05:00 committed by GitHub
commit 2494c90cb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -42,7 +42,10 @@ docker run --detach \
--publish 8889:8888 \
influxdata/influxdb3-ui:{{% latest-patch %}} \
--mode=admin
# Visit http://localhost:8888 in your browser to begin using InfluxDB 3 Explorer
```
<a class="btn" href="/influxdb3/explorer/install/">Install and run InfluxDB 3 Explorer</a>
<a class="btn" href="/influxdb3/explorer/get-started/">Get started with InfluxDB 3 Explorer</a>
For installation and configuration options, see [Install and run InfluxDB 3 Explorer](/influxdb3/explorer/install/).
<a class="btn" href="/influxdb3/explorer/get-started/">Get started using InfluxDB 3 Explorer</a>

View File

@ -35,6 +35,7 @@ InfluxDB 3 Explorer supports the following InfluxDB 3 products:
- **Server URL**: The URL used to connect to your InfluxDB 3 server.
- Select the protocol to use (http or https).
- Provide the host and, if necessary, the port.
- _If connecting to a local, non-Docker instance, use `host.docker.internal`._ For more information about host.docker.internal, see the [Docker documentation](https://docs.docker.com/desktop/features/networking).
- **Token**: The authorization token to use to connect to your InfluxDB 3 server.
We recommend using an InfluxDB 3 _admin_ token.