docs: nav updates for various admin topics (#64988)

* navigation related updates

* fix typos

* removed manual navigation to home section and updated intro text for changing default dashboard
This commit is contained in:
Isabel
2023-03-20 10:43:22 -07:00
committed by GitHub
parent 93bcc3b26c
commit 70116dc65f
3 changed files with 55 additions and 65 deletions
+11 -8
View File
@@ -33,8 +33,9 @@ This topic shows you how to create an API key using the Grafana UI. You can also
**To create an API key:**
1. Sign in to Grafana, hover your cursor over **Configuration** (the gear icon), and click **API Keys**.
1. Click **New API key**.
1. Sign in to Grafana.
1. Click **Administration** in the left-side menu and select **API Keys**.
1. Click **Add API key**.
1. Enter a unique name for the key.
1. In the **Role** field, select one of the following access levels you want to assign to the key.
- **Admin**: Enables a user to use APIs at the broadest, most powerful administrative level.
@@ -58,14 +59,16 @@ You can choose to migrate a single API key or all API keys. Note that when you m
**To migrate all API keys to service accounts:**
1. Sign in to Grafana, hover your cursor over **Configuration** (the gear icon), and click **API Keys**.
2. In the top of the page, find the section which says **Switch from API keys to service accounts**
3. Click **Migrate to service accounts now**.
4. A confirmation window will appear, asking to confirm the migration. Click **Yes, migrate now** if you are willing to continue.
5. Once migration is successful, you can choose to forever hide the API keys page. Click **Hide API keys page forever** if you want to do that.
1. Sign in to Grafana.
1. Click **Administration** in the left-side menu and select **API Keys**.
1. In the top of the page, find the section that says Switch from API keys to service accounts.
1. Click **Migrate to service accounts now**.
1. A confirmation window will appear, asking to confirm the migration. Click **Yes, migrate now** if you are willing to continue.
1. Once migration is successful, you can choose to forever hide the API keys page. Click **Hide API keys page forever** if you want to do that.
**To migrate single API key to a service account:**
1. Sign in to Grafana, hover your cursor over **Configuration** (the gear icon), and click **API Keys**.
1. Sign in to Grafana.
1. Click **Administration** in the left-side menu and select **API Keys**.
1. Find the API Key you want to migrate.
1. Click **Migrate to service account**.