-
Notifications
You must be signed in to change notification settings - Fork 321
fix: dedicated docs adjustments #6562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
00f3411
e1511b0
f63c5ac
8a4283d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,13 +14,14 @@ influxdb3/cloud-dedicated/tags: [clusters] | |
| Use the Admin UI for {{% product-name %}} to view information for your {{% product-name omit="InfluxDB " %}} account. | ||
| Your {{% product-name %}} account is a collection of {{% product-name omit="Clustered "%}} clusters and associated resources. | ||
|
|
||
| - [Access and Navigate the Admin UI](#access-and-navigate-the-admin-ui) | ||
| - [Access and navigate the Admin UI](#access-and-navigate-the-admin-ui) | ||
| - [Account and cluster management](#account-and-cluster-management) | ||
| - [Get help and support](#get-help-and-support) | ||
|
|
||
| ## Access and Navigate the Admin UI | ||
| ## Access and navigate the Admin UI | ||
|
|
||
| {{< admin-ui-access >}} | ||
| Access the InfluxDB Cloud Dedicated Admin UI at [console.influxdata.com](https://console.influxdata.com). | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| If you don't have login credentials, [contact InfluxData support](https://support.influxdata.com). | ||
|
|
||
| The Admin UI features a collapsible sidebar navigation that provides quick access to all administrative functions: | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,10 +68,10 @@ You can create a database with an optional retention period and custom partition | |
| 3. In the cluster list, find and click the cluster you want to create a database in. You | ||
| can sort on column headers or use the **Search** field to find a specific cluster. | ||
|
|
||
| 4. Click the **New Database** button above the database list. | ||
| 4. Click the **New Database** button above the database list. | ||
| The **Create Database** dialog displays. | ||
|
|
||
| <img src="/img/influxdb3/cloud-dedicated-admin-ui-create-database.png" alt="Create database dialog" /> | ||
| {{< img-hd src="/img/influxdb3/cloud-dedicated-admin-ui-create-database.png" alt="Create database dialog" />}} | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: Use correct templating instead of img tag. No visual impact. |
||
|
|
||
| 5. In the **Create Database** dialog, provide the following information: | ||
| - **Database name**: The name of the database to create. See [Database naming restrictions](#database-naming-restrictions). | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -65,13 +65,14 @@ managing databases. | |
| </pre> | ||
| 2. Use the credentials provided by InfluxData to log into the Admin UI. | ||
| If you don't have login credentials, [contact InfluxData support](https://support.influxdata.com). | ||
| 3. In the cluster list, find the cluster you want to create a database in. You | ||
| can sort on column headers or use the **Search** field to find a specific cluster. | ||
| 4. Click the options button (three vertical dots) to the right of the token you want to revoke. | ||
| 3. In the database list, find the database you want to delete. You | ||
| can sort on column headers or use the **Search** field to find a specific database. | ||
| 4. Click the options button (three vertical dots) to the right of the database you want to delete. | ||
| The options menu displays. | ||
| 5. In the options menu, click **Delete Database**. The **Delete Database** dialog displays. | ||
| 5. In the options menu, click **Delete Database**. The **Delete Database** dialog displays. | ||
| 6. In the **Delete Database** dialog, check the box to confirm that you "understand the risk of this action". | ||
| 7. Click the **Delete Database** button to delete the database. | ||
| 7. In the **Enter Database Name to Delete** field, type the name of the database to confirm deletion. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Substantive change here is just to add an instruction re: user must re-enter db name they wish to delete. |
||
| 8. Click the **Delete Database** button to delete the database. | ||
|
|
||
| {{< img-hd src="/img/influxdb3/cloud-dedicated-admin-ui-delete-database.png" alt="Create database dialog" />}} | ||
| {{% /tab-content %}} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,8 +4,8 @@ description: Learn how to identify your InfluxDB Cloud Dedicated cluster through | |
| menu: | ||
| influxdb3_cloud_dedicated: | ||
| name: Identify version | ||
| parent: Administer InfluxDB | ||
| weight: 10 | ||
| parent: Administer InfluxDB Cloud | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| weight: 1 | ||
| source: /shared/identify-version.md | ||
| related: | ||
| - /influxdb3/cloud-dedicated/get-started/ | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,15 +59,16 @@ Administrators can use this portal to: | |
| {{< admin-ui-access >}} | ||
|
|
||
| The Database Tokens portal displays the [list of database tokens](/influxdb3/cloud-dedicated/admin/tokens/database/list/) associated with the cluster. | ||
| Use the sort and filter options above the list to find a specific token. | ||
| 7. Click the **Options** button (three vertical dots) to the right of the token you want to revoke. | ||
| 8. In the options menu, click **Revoke Token**. | ||
| Use the sort and filter options above the list to find a specific token. | ||
|
|
||
| 1. Click the **Options** button (three vertical dots) to the right of the token you want to revoke. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These numbers needed to be fixed after the text was updated. |
||
| 2. In the options menu, click **Revoke Token**. | ||
| The **Revoke Database Token** dialog displays. | ||
|
|
||
| {{< img-hd src="/img/influxdb3/cloud-dedicated-admin-ui-revoke-database-token.png" alt="Revoke database token dialog" />}} | ||
|
|
||
| 9. Check the box to confirm that you understand the risk. | ||
| 10. Click the **Revoke Token** button. | ||
| 3. Check the box to confirm that you understand the risk. | ||
| 4. Click the **Revoke Token** button. | ||
| The token is revoked and filtered from the list of active tokens. | ||
| {{% /tab-content %}} | ||
| {{% tab-content %}} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -77,16 +77,17 @@ Through this portal, administrators can edit a token's permissions to: | |
| {{< admin-ui-access >}} | ||
|
|
||
| The Database Tokens portal displays the [list of database tokens](/influxdb3/cloud-dedicated/admin/tokens/database/list/) associated with the cluster. | ||
| Use the sort and filter options above the list to find a specific token. | ||
| 7. Click the **Options** button (three vertical dots) to the right of the token you want to edit. | ||
|
|
||
| Use the sort and filter options above the list to find a specific token. | ||
|
|
||
| 1. Click the **Options** button (three vertical dots) to the right of the token you want to edit. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same nit: update ordinal numbers. Also fixes issue where image link was displayed over image. |
||
|
|
||
| {{< img-hd src="/img/influxdb3/cloud-dedicated-admin-ui-database-token-options-menu.png" alt="Database token option menu" />}} | ||
|
|
||
| 8. Click **Edit Token** in the dropdown menu. The **Edit Database Token** dialog displays. | ||
| 2. Click **Edit Token** in the dropdown menu. The **Edit Database Token** dialog displays. | ||
|
|
||
| {{< img-hd src="/img/influxdb3/cloud-dedicated-admin-ui-edit-database-token.png" alt="Edit Database Token dialog" />}} | ||
|
|
||
| 9. In the **Edit Database Token** dialog, you can edit the token's **Description** and permissions. | ||
| 3. In the **Edit Database Token** dialog, you can edit the token's **Description** and permissions. | ||
|
|
||
| ### Edit token permissions | ||
|
|
||
|
|
||



There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Use same capitalization as other headings.