fix(cloud-iox): aliases for /admin/buckets pages (#4824)
parent
e4e4878a3d
commit
4d8e72709d
|
@ -8,6 +8,8 @@ menu:
|
|||
parent: Administer InfluxDB Cloud
|
||||
weight: 105
|
||||
influxdb/cloud-iox/tags: [buckets]
|
||||
aliases:
|
||||
- /influxdb/cloud-iox/organizations/buckets/
|
||||
---
|
||||
|
||||
A **bucket** is a named location where time series data is stored.
|
||||
|
|
|
@ -9,6 +9,8 @@ menu:
|
|||
weight: 201
|
||||
related:
|
||||
- /influxdb/cloud-iox/admin/buckets/manage-explicit-bucket-schemas/
|
||||
aliases:
|
||||
- /influxdb/cloud-iox/organizations/buckets/create-bucket/
|
||||
---
|
||||
|
||||
Use the InfluxDB user interface (UI), `influx` command line interface (CLI), or InfluxDB HTTP API
|
||||
|
|
|
@ -7,6 +7,8 @@ menu:
|
|||
name: Update a bucket
|
||||
parent: Manage buckets
|
||||
weight: 202
|
||||
aliases:
|
||||
- /influxdb/cloud-iox/organizations/buckets/update-bucket/
|
||||
---
|
||||
|
||||
Use the InfluxDB user interface (UI), the `influx` command line interface (CLI), or the InfluxDB HTTP API to update a bucket.
|
||||
|
|
|
@ -7,6 +7,8 @@ menu:
|
|||
name: View buckets
|
||||
parent: Manage buckets
|
||||
weight: 202
|
||||
aliases:
|
||||
- /influxdb/cloud-iox/organizations/buckets/view-buckets/
|
||||
---
|
||||
|
||||
## View buckets in the InfluxDB UI
|
||||
|
|
Loading…
Reference in New Issue