mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 17:52:23 +08:00

* Set every page to have defaults of 'Enterprise' and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/enterprise-licensing pages to have 'Enterprise' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/recorded-queries pages to have labels cloud,enterprise * Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/stats-and-license pages to have labels cloud,enterprise * Set alerting pages to have labels cloud,enterprise,oss * Set breaking-changes pages to have labels cloud,enterprise,oss * Set dashboards pages to have labels cloud,enterprise,oss * Set datasources pages to have labels cloud,enterprise,oss * Set explore pages to have labels cloud,enterprise,oss * Set fundamentals pages to have labels cloud,enterprise,oss * Set introduction/grafana-cloud pages to have labels cloud Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix introduction pages products Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set panels-visualizations pages to have labels cloud,enterprise,oss * Set release-notes pages to have labels cloud,enterprise,oss * Set search pages to have labels cloud,enterprise,oss * Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss * Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set troubleshooting pages to have labels cloud,enterprise,oss * Set whatsnew pages to have labels cloud,enterprise,oss * Apply updated labels from review Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
94 lines
4.2 KiB
Markdown
94 lines
4.2 KiB
Markdown
---
|
|
aliases:
|
|
- ../guides/getting_started/
|
|
- ../guides/gettingstarted/
|
|
- getting-started/
|
|
description: Learn how to get started with Grafana by adding a preconfigured dashboard.
|
|
labels:
|
|
products:
|
|
- enterprise
|
|
- oss
|
|
title: Build your first dashboard
|
|
weight: 200
|
|
---
|
|
|
|
# Build your first dashboard
|
|
|
|
This topic helps you get started with Grafana and build your first dashboard using the built-in `Grafana` data source. To learn more about Grafana, refer to [Introduction to Grafana]({{< relref "../introduction" >}}).
|
|
|
|
{{% admonition type="note" %}}
|
|
Grafana also offers a [free account with Grafana Cloud](/signup/cloud/connect-account?pg=gsdocs) to help getting started even easier and faster. You can install Grafana to self-host or get a free Grafana Cloud account.
|
|
{{% /admonition %}}
|
|
|
|
#### Install Grafana
|
|
|
|
Grafana can be installed on many different operating systems. For a list of the minimum hardware and software requirements, as well as instructions on installing Grafana, refer to [Install Grafana]({{< relref "../setup-grafana/installation" >}}).
|
|
|
|
#### Sign in to Grafana
|
|
|
|
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 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.
|
|
|
|
{{% admonition type="note" %}}
|
|
We strongly recommend that you change the default administrator password.
|
|
{{% /admonition %}}
|
|
|
|
#### Create a dashboard
|
|
|
|
If you've already set up a data source that you know how to query, refer to [Create a dashboard]({{< relref "../dashboards/build-dashboards/create-dashboard" >}}) instead.
|
|
|
|
To create your first dashboard using the built-in `-- Grafana --` data source:
|
|
|
|
1. Click **Dashboards** in the left-side menu.
|
|
1. On the Dashboards page, click **New** and select **New Dashboard** from the dropdown menu.
|
|
1. On the dashboard, click **+ Add visualization**.
|
|
|
|

|
|
|
|
1. In the modal that opens, click `-- Grafana --`:
|
|
|
|
{{< figure class="float-right" src="/media/docs/grafana/dashboards/screenshot-data-source-selector-10.0.png" max-width="800px" alt="Select data source modal" >}}
|
|
|
|
This configures your [query]({{< relref "../panels-visualizations/query-transform-data#add-a-query" >}}) and generates the Random Walk dashboard.
|
|
|
|
1. Click the Refresh dashboard icon to query the data source.
|
|
|
|

|
|
|
|
1. When you've finished editing your panel, click **Save** to save the dashboard.
|
|
|
|
Alternatively, click **Apply** if you want to see your changes applied to the dashboard first. Then click the save icon in the dashboard header.
|
|
|
|
1. Add a descriptive name for the dashboard, and then click **Save**.
|
|
|
|
Congratulations, you have created your first dashboard and it is displaying results.
|
|
|
|
#### Next steps
|
|
|
|
Continue to experiment with what you have built, try the [explore workflow]({{< relref "../explore" >}}) or another visualization feature. Refer to [Data sources]({{< relref "../datasources" >}}) for a list of supported data sources and instructions on how to [add a data source]({{< relref "../administration/data-source-management#add-a-data-source" >}}). The following topics will be of interest to you:
|
|
|
|
- [Panels and visualizations]({{< relref "../panels-visualizations" >}})
|
|
- [Dashboards]({{< relref "../dashboards" >}})
|
|
- [Keyboard shortcuts]({{< relref "../dashboards/use-dashboards#keyboard-shortcuts" >}})
|
|
- [Plugins](/grafana/plugins?orderBy=weight&direction=asc)
|
|
|
|
##### Admins
|
|
|
|
The following topics are of interest to Grafana server admin users:
|
|
|
|
- [Grafana configuration]({{< relref "../setup-grafana/configure-grafana" >}})
|
|
- [Authentication]({{< relref "../setup-grafana/configure-security/configure-authentication" >}})
|
|
- [User permissions and roles]({{< relref "../administration/roles-and-permissions" >}})
|
|
- [Provisioning]({{< relref "../administration/provisioning" >}})
|
|
- [Grafana CLI]({{< relref "../cli" >}})
|