added placeholders in bucket docs
parent
bf284afe21
commit
9d4fcb1141
|
@ -27,7 +27,7 @@ to create a bucket.
|
|||
4. To update a bucket's name or retention policy, click the name of the bucket from the list.
|
||||
5. Click **Create** to create the bucket.
|
||||
|
||||
## Create a bucket in the influx CLI
|
||||
## Create a bucket using the influx CLI
|
||||
Use the the [`influx bucket create` command](/v2.0/reference/cli/influx/bucket/create)
|
||||
to create a new bucket. A bucket requires the following:
|
||||
|
||||
|
|
|
@ -9,16 +9,19 @@ menu:
|
|||
weight: 2
|
||||
---
|
||||
|
||||
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)
|
||||
to update a bucket.
|
||||
|
||||
## Update a bucket in the InfluxDB UI
|
||||
|
||||
1. Click the **Organizations** tab in the navigation bar.
|
||||
|
||||
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
|
||||
|
||||
2. Click on the name of an organization, then select the **Buckets** tab. All of the organization's buckets appear.
|
||||
3. To create a bucket, click **+Create** in the upper right.
|
||||
* Enter a name for your bucket in the **Name** field.
|
||||
* In the **How often to clear data?** field:
|
||||
* Select **Never** to retain data forever.
|
||||
* Select **Periodically** to define a specific retention policy.
|
||||
4. To update a bucket's name or retention policy, click the name of the bucket from the list.
|
||||
5. Click **Update** to save.s
|
||||
|
||||
_Complete content coming soon_
|
||||
|
||||
## Update a bucket using the influx CLI
|
||||
|
||||
_Complete content coming soon_
|
||||
|
|
|
@ -9,16 +9,16 @@ menu:
|
|||
weight: 2
|
||||
---
|
||||
|
||||
## View buckets in the InfluxDB UI
|
||||
|
||||
1. Click the **Organizations** tab in the navigation bar.
|
||||
|
||||
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
|
||||
|
||||
2. Click on the name of an organization, then select the **Buckets** tab. All of the organization's buckets appear.
|
||||
3. To create a bucket, click **+Create** in the upper right.
|
||||
* Enter a name for your bucket in the **Name** field.
|
||||
* In the **How often to clear data?** field:
|
||||
* Select **Never** to retain data forever.
|
||||
* Select **Periodically** to define a specific retention policy.
|
||||
4. To update a bucket's name or retention policy, click the name of the bucket from the list.
|
||||
5. Click **Update** to save.
|
||||
|
||||
_Complete content coming soon_
|
||||
|
||||
## View buckets using the influx CLI
|
||||
|
||||
_Complete content coming soon_
|
||||
|
|
Loading…
Reference in New Issue