From c968b76279f50fd1f935ae12f402fb647e484c6a Mon Sep 17 00:00:00 2001 From: Ursula Kallio Date: Wed, 27 Jul 2022 15:44:18 +0200 Subject: [PATCH] Separate task with additional information (#52871) --- .../getting-started/build-first-dashboard.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/sources/getting-started/build-first-dashboard.md b/docs/sources/getting-started/build-first-dashboard.md index 3ec98bac4ae..0700734dd33 100644 --- a/docs/sources/getting-started/build-first-dashboard.md +++ b/docs/sources/getting-started/build-first-dashboard.md @@ -23,9 +23,15 @@ Grafana can be installed on many different operating systems. For a list of the To sign in to Grafana for the first time: -1. Open your web browser and go to http://localhost:3000/. The default HTTP port that Grafana listens to is `3000` unless you have configured a different port. -1. On the signin page, enter `admin` for username and password. -1. Click **Sign in**. If successful, you will see a prompt to change the password. +1. Open your web browser and go to http://localhost:3000/. + + The default HTTP port that Grafana listens to is `3000` unless you have configured a different port. + +1. On the sign-in page, enter `admin` for the username and password. +1. Click **Sign in**. + + If successful, you will see a prompt to change the password. + 1. Click **OK** on the prompt and change your password. > **Note:** We strongly recommend that you change the default administrator password. @@ -37,7 +43,10 @@ To create your first dashboard: 1. Click the **New dashboard** item under the **Dashboards** icon in the side menu. 1. On the dashboard, click **Add an empty panel**. 1. In the New dashboard/Edit panel view, go to the **Query** tab. -1. Configure your [query]({{< relref "../panels/query-a-data-source/add-a-query/" >}}) by selecting `-- Grafana --` from the data source selector. This generates the Random Walk dashboard. +1. Configure your [query]({{< relref "../panels/query-a-data-source/add-a-query/" >}}) by selecting `-- Grafana --` from the data source selector. + + This generates the Random Walk dashboard. + 1. Click the **Save** icon in the top right corner of your screen to save the dashboard. 1. Add a descriptive name, and then click **Save**.