1.0 KiB
1.0 KiB
| title | seotitle | description | menu | weight | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| View buckets | View buckets in InfluxDB | View a list of all the buckets for an organization in InfluxDB using the InfluxDB UI or the influx CLI. |
|
202 |
View buckets in the InfluxDB UI
-
Click the Organizations tab in the navigation bar.
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
-
Click on the name of an organization, then select the Buckets tab. All of the organization's buckets appear.
-
Click on a bucket to view details.=
View buckets using the influx CLI
Use the influx bucket find command
to view a buckets in an organization. Viewing bucket requires the following:
influx bucket find
Other filtering options such as filtering by organization, name, or ID are available.
See the influx bucket find documentation
for information about other available flags.