updated org nav workflows
parent
b34b0fb428
commit
dbccdd9acc
|
@ -117,7 +117,7 @@
|
|||
|
||||
.acct-label {
|
||||
.username { color: $g16-pearl; font-weight: $medium; font-size: .85rem; line-height: 1.2rem; }
|
||||
.orgname { color: $g11-sidewalk; font-size: .75rem; }
|
||||
.orgname { color: $g11-sidewalk; font-size: .75rem; line-height: .75rem; }
|
||||
}
|
||||
|
||||
&.small {
|
||||
|
|
|
@ -14,14 +14,13 @@ to create a bucket.
|
|||
|
||||
## Create a bucket in the InfluxDB UI
|
||||
|
||||
1. Click **Load Data** in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data (Load Data)** > **Buckets**.
|
||||
|
||||
{{< nav-icon "load data" >}}
|
||||
{{< nav-icon "data" >}}
|
||||
|
||||
2. Select **Buckets**.
|
||||
3. Click **{{< icon "plus" >}} Create Bucket** in the upper right.
|
||||
4. Enter a **Name** for the bucket.
|
||||
5. Select when to **Delete Data**:
|
||||
2. Click **{{< icon "plus" >}} Create Bucket** in the upper right.
|
||||
3. Enter a **Name** for the bucket.
|
||||
4. Select when to **Delete Data**:
|
||||
- **Never** to retain data forever.
|
||||
- **Older than** to choose a specific retention policy.
|
||||
5. Click **Create** to create the bucket.
|
||||
|
|
|
@ -14,13 +14,12 @@ to delete a bucket.
|
|||
|
||||
## Delete a bucket in the InfluxDB UI
|
||||
|
||||
1. Click **Load Data** in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data (Load Data)** > **Buckets**.
|
||||
|
||||
{{< nav-icon "load data" >}}
|
||||
{{< nav-icon "data" >}}
|
||||
|
||||
2. Select **Buckets**.
|
||||
3. Hover over the bucket you would like to delete.
|
||||
4. Click **{{< icon "delete" >}} Delete Bucket** and **Confirm** to delete the bucket.
|
||||
2. Hover over the bucket you would like to delete.
|
||||
3. Click **{{< icon "delete" >}} Delete Bucket** and **Confirm** to delete the bucket.
|
||||
|
||||
## Delete a bucket using the influx CLI
|
||||
|
||||
|
|
|
@ -24,25 +24,24 @@ If you change a bucket name, be sure to update the bucket in the above places as
|
|||
|
||||
## Update a bucket's name in the InfluxDB UI
|
||||
|
||||
1. Click **Load Data** in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data (Load Data)** > **Buckets**.
|
||||
|
||||
{{< nav-icon "load data" >}}
|
||||
{{< nav-icon "data" >}}
|
||||
|
||||
2. Select **Buckets**.
|
||||
3. Click **Rename** under the bucket you want to rename.
|
||||
4. Review the information in the window that appears and click **I understand, let's rename my bucket**.
|
||||
5. Update the bucket's name and click **Change Bucket Name**.
|
||||
2. Click **Settings** under the bucket you want to rename.
|
||||
3. Click **Rename**.
|
||||
3. Review the information in the window that appears and click **I understand, let's rename my bucket**.
|
||||
4. Update the bucket's name and click **Change Bucket Name**.
|
||||
|
||||
## Update a bucket's retention policy in the InfluxDB UI
|
||||
|
||||
1. Click **Load Data** in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data (Load Data)** > **Buckets**.
|
||||
|
||||
{{< nav-icon "load data" >}}
|
||||
{{< nav-icon "data" >}}
|
||||
|
||||
2. Select **Buckets**.
|
||||
3. Click the name of the bucket you want to update from the list.
|
||||
4. In the window that appears, edit the bucket's retention policy.
|
||||
5. Click **Save Changes**.
|
||||
2. Click **Settings** next to the bucket you want to update.
|
||||
3. In the window that appears, edit the bucket's retention policy.
|
||||
4. Click **Save Changes**.
|
||||
|
||||
## Update a bucket using the influx CLI
|
||||
|
||||
|
|
|
@ -11,12 +11,11 @@ weight: 202
|
|||
|
||||
## View buckets in the InfluxDB UI
|
||||
|
||||
1. Click **Load Data** in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data (Load Data)** > **Buckets**.
|
||||
|
||||
{{< nav-icon "load data" >}}
|
||||
{{< nav-icon "data" >}}
|
||||
|
||||
2. Select **Buckets**.
|
||||
3. Click a bucket to open it **Data Explorer**.
|
||||
2. Click a bucket to open it **Data Explorer**.
|
||||
|
||||
## View buckets using the influx CLI
|
||||
|
||||
|
|
|
@ -13,17 +13,18 @@ Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI
|
|||
to create an organization.
|
||||
|
||||
{{% cloud-msg %}}
|
||||
You cannot currently create additional organizations in {{< cloud-name >}}. Only the default organization is available.
|
||||
You cannot currently create additional organizations in {{< cloud-name >}}.
|
||||
Only the default organization is available.
|
||||
{{% /cloud-msg %}}
|
||||
|
||||
## Create an organization in the InfluxDB UI
|
||||
|
||||
1. Click the **Influx** icon in the navigation bar.
|
||||
1. In the navigation menu on the left, click the **Account dropdown**.
|
||||
|
||||
{{< nav-icon "admin" >}}
|
||||
{{< nav-icon "account" >}}
|
||||
|
||||
2. Select **Create Organization**.
|
||||
3. In the window that appears, enter a name for the organization and associated bucket and click **Create**.
|
||||
3. In the window that appears, enter an **Organization Name** and **Bucket Name** and click **Create**.
|
||||
|
||||
## Create an organization using the influx CLI
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@ to delete an organization.
|
|||
<!--
|
||||
## Delete an organization in the InfluxDB UI
|
||||
|
||||
1. Click the **Influx** icon in the navigation bar.
|
||||
1. In the navigation menu on the left, click the **Account dropdown**.
|
||||
|
||||
{{< nav-icon "admin" >}}
|
||||
{{< nav-icon "account" >}}
|
||||
|
||||
The list of organizations appears.
|
||||
|
||||
|
|
|
@ -17,11 +17,9 @@ Adding members is currently unavailable in {{< cloud-name >}}.
|
|||
|
||||
<!-- ## Add a member to an organization in the InfluxDB UI
|
||||
|
||||
1. Click the **Settings** tab in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Org (Organization)** > **Members**.
|
||||
|
||||
{{< nav-icon "settings" >}}
|
||||
|
||||
2. Click the name of an organization, then select the **Members** tab.
|
||||
{{< nav-icon "org" >}}
|
||||
|
||||
_Complete content coming soon_ -->
|
||||
|
||||
|
|
|
@ -20,13 +20,12 @@ For information about deleting a user from InfluxDB, see [Delete a user](/v2.0/u
|
|||
|
||||
## Remove a member from an organization in the InfluxDB UI
|
||||
|
||||
1. Click **Settings** in the left navigation bar.
|
||||
1. In the navigation menu on the left, select **Org (Organization)** > **Members**.
|
||||
|
||||
{{< nav-icon "settings" >}}
|
||||
{{< nav-icon "org" >}}
|
||||
|
||||
2. Select **Members**.
|
||||
3. Hover over the member you would like to delete and click the **{{< icon "delete" >}}** icon.
|
||||
4. Click **Delete**.
|
||||
2. Hover over the member you would like to delete and click the **{{< icon "delete" >}}** icon.
|
||||
3. Click **Delete**.
|
||||
|
||||
## Remove a member from an organization using the influx CLI
|
||||
|
||||
|
|
|
@ -14,11 +14,9 @@ to view members of an organization.
|
|||
|
||||
## View members of organization in the InfluxDB UI
|
||||
|
||||
* Click the **Settings** tab in the navigation bar.
|
||||
In the navigation menu on the left, select **Org (Organization)** > **Members**.
|
||||
|
||||
{{< nav-icon "settings" >}}
|
||||
|
||||
* Click the name of an organization, then select the **Members** tab. The list of organization members appears.
|
||||
{{< nav-icon "org" >}}
|
||||
|
||||
|
||||
## View members of organization using the influx CLI
|
||||
|
|
|
@ -13,9 +13,9 @@ Use the InfluxDB user interface (UI) to switch from one organization to another.
|
|||
|
||||
## Switch organizations in the InfluxDB UI
|
||||
|
||||
1. Click the **Influx** icon in the navigation bar.
|
||||
1. In the navigation menu on the left, click the **Account dropdown**.
|
||||
|
||||
{{< nav-icon "admin" >}}
|
||||
{{< nav-icon "account" >}}
|
||||
|
||||
2. Select **Switch Organizations**. The list of organizations appears.
|
||||
2. Select **Switch Organizations**.
|
||||
3. Click the organization you want to switch to.
|
||||
|
|
|
@ -23,15 +23,14 @@ If you change an organization name, be sure to update the organization in the ab
|
|||
|
||||
## Update an organization in the InfluxDB UI
|
||||
|
||||
1. Click the **Settings** icon in the navigation bar.
|
||||
1. In the navigation menu on the left, click the **Org (Organization)** > **About**.
|
||||
|
||||
{{< nav-icon "settings" >}}
|
||||
{{< nav-icon "org" >}}
|
||||
|
||||
2. Click the **Org Profile** tab.
|
||||
3. Click **Rename**.
|
||||
4. In the window that appears, review the information and click **I understand, let's rename my organization**.
|
||||
5. Enter a new name for your organization.
|
||||
6. Click **Change organization name**.
|
||||
2. Click **{{< icon "edit" >}} Rename**.
|
||||
3. In the window that appears, review the information and click **I understand, let's rename my organization**.
|
||||
4. Enter a new name for your organization.
|
||||
5. Click **Change organization name**.
|
||||
|
||||
## Update an organization using the influx CLI
|
||||
|
||||
|
|
|
@ -14,12 +14,11 @@ to view organizations.
|
|||
|
||||
## View organizations in the InfluxDB UI
|
||||
|
||||
* Click the **Influx** icon in the navigation bar.
|
||||
1. In the navigation menu on the left, click the **Account dropdown**.
|
||||
|
||||
{{< nav-icon "admin" >}}
|
||||
|
||||
* Select **Switch Organizations**. The list of organizations appears.
|
||||
{{< nav-icon "account" >}}
|
||||
|
||||
2. Select **Switch Organizations**. The list of organizations appears.
|
||||
|
||||
## View organizations using the influx CLI
|
||||
|
||||
|
@ -40,9 +39,24 @@ Use the InfluxDB UI or `influx` CLI to view your organization ID.
|
|||
### Organization ID in the UI
|
||||
After logging in to the InfluxDB UI, your organization ID appears in the URL.
|
||||
|
||||
{{< code-tabs-wrapper >}}
|
||||
{{% code-tabs %}}
|
||||
[InfluxDB Cloud](#)
|
||||
[InfluxDB OSS](#)
|
||||
{{% /code-tabs %}}
|
||||
{{< code-tab-content >}}
|
||||
<pre class="highlight">
|
||||
https://us-west-2-1.aws.cloud2.influxdata.com/orgs/<span class="bp" style="font-weight:bold;margin:0 .15rem">03a2bbf46249a000</span>/...
|
||||
</pre>
|
||||
{{< /code-tab-content >}}
|
||||
{{< code-tab-content >}}
|
||||
<pre class="highlight">
|
||||
http://localhost:9999/orgs/<span class="bp" style="font-weight:bold;margin:0 .15rem">03a2bbf46249a000</span>/...
|
||||
</pre>
|
||||
{{< /code-tab-content >}}
|
||||
{{< /code-tabs-wrapper >}}
|
||||
|
||||
_For specific InfluxDB Cloud provider and region URLs, see [InfluxDB Cloud URLs](/v2.0/cloud/urls/)._
|
||||
|
||||
|
||||
### Organization ID in the CLI
|
||||
|
|
Loading…
Reference in New Issue