Files
grafana/docs/sources/getting-started/getting-started.md
T

62 lines
2.8 KiB
Markdown
Raw Normal View History

2016-10-21 11:01:34 +02:00
+++
2020-02-26 10:39:47 -08:00
title = "Getting started"
description = "Guide for getting started with Grafana"
2016-10-21 11:01:34 +02:00
keywords = ["grafana", "intro", "guide", "started"]
type = "docs"
aliases = ["/docs/grafana/latest/guides/gettingstarted","/docs/grafana/latest/guides/getting_started"]
2016-10-21 11:01:34 +02:00
[menu.docs]
2020-02-26 10:39:47 -08:00
name = "Getting started"
2016-10-21 11:01:34 +02:00
identifier = "getting_started_guide"
parent = "guides"
weight = 200
2016-10-21 11:01:34 +02:00
+++
2015-03-10 08:55:42 +01:00
# Getting started
2017-02-07 07:48:01 +01:00
2020-03-06 13:06:30 -08:00
This guide will help you get started and acquainted with Grafana. To learn more about Grafana in general, refer to [What is Grafana?]({{< relref "what-is-grafana.md" >}}).
2015-03-10 08:55:42 +01:00
2020-02-26 10:39:47 -08:00
## Install Grafana
2020-02-26 10:39:47 -08:00
This step varies according to your computer operating system. Refer to the instructions for your OS in the [Installation]({{< relref "../installation/_index.md" >}}) section for instructions.
2018-08-23 17:39:39 +02:00
2020-02-26 10:39:47 -08:00
## Log in for the first time
1. Open your web browser and go to http://localhost:3000/. `3000` is the default HTTP port that Grafana listens to if you havent configured a different port.
1. On the login page, type `admin` for the username and password.
1. Change your password.
> **Note:** We strongly encourage you to follow Grafana best practices and change the default administrator password. Don't forget to record your credentials!
## Create a dashboard
1. Click **New dashboard**.
1. Click **Add Query**. Grafana creates a basic graph panel with the Random Walk scenario.
1. Save your dashboard. Click the **Save dashboard** icon in the top corner of the screen.
Congratulations, you have gotten started with Grafana! You have a dashboard and are displaying results. Feel free to experiment with what you have built, continue on to add another data source, or explore [Next steps](#next-steps).
2020-02-26 10:39:47 -08:00
## Next steps
2020-03-06 13:06:30 -08:00
Different user types will have different interests. Some suggestions are listed below, or refer to [What is Grafana?]({{< relref "what-is-grafana.md" >}}) for a general overview of Grafana features.
2020-02-26 10:39:47 -08:00
### All users
2020-02-26 10:39:47 -08:00
All users might want to learn about:
2020-05-15 13:58:39 -07:00
* [Panels]({{< relref "../panels/panels-overview.md" >}})
2020-02-26 10:39:47 -08:00
* [Dashboards]({{< relref "../features/dashboard/dashboards.md" >}})
2020-03-06 13:06:30 -08:00
* [Data sources]({{< relref "../features/datasources/data-sources.md" >}}) and [Add a data source]({{< relref "../features/datasources/add-a-data-source.md" >}})
2020-02-26 10:39:47 -08:00
* [Keyboard shortcuts]({{< relref "../features/shortcuts.md" >}})
* [Explore workflow]({{< relref "../features/explore/index.md" >}})
* [Plugins](https://grafana.com/grafana/plugins?orderBy=weight&direction=asc)
2020-02-26 10:39:47 -08:00
### Admins
2020-02-26 10:39:47 -08:00
Administrators might want to learn about:
2020-06-23 09:56:44 -07:00
* [Grafana configuration]({{< relref "../administration/configuration.md" >}})
2020-02-26 10:39:47 -08:00
* [Authentication]({{< relref "../auth/overview.md" >}})
* [User permissions and roles]({{< relref "../permissions/overview.md" >}})
* [Provisioning]({{< relref "../administration/provisioning.md" >}})
* [Grafana CLI]({{< relref "../administration/cli.md" >}})