2020-03-06 13:06:30 -08:00
+++
2020-10-09 08:16:25 -07:00
title = "Add data source"
2021-04-15 14:08:58 -07:00
aliases = ["/docs/grafana/latest/features/datasources/add-a-data-source/"]
2020-10-09 08:16:25 -07:00
weight = 100
2020-03-06 13:06:30 -08:00
+++
# Add a data source
2021-03-29 19:14:13 -04:00
Before you can create your first dashboard, you need to add your data source.
2020-03-06 13:06:30 -08:00
2020-08-24 07:44:09 -07:00
> **Note:** Only users with the organization Admin role can add data sources.
2020-04-26 00:42:24 -07:00
2021-03-29 19:14:13 -04:00
To add a data source:
2020-03-06 13:06:30 -08:00
2021-03-29 19:14:13 -04:00
1. Move your cursor to the cog icon on the side menu which will show the configuration options.
2021-05-28 11:27:40 +02:00
2021-08-06 07:52:36 -06:00
{{< figure src = "/static/img/docs/v75/sidemenu-datasource-7-5.png" max-width = "150px" class = "docs-image--no-shadow" > }}
2020-03-06 13:06:30 -08:00
2021-04-20 09:33:44 -07:00
1. Click on **Data sources** . The data sources page opens showing a list of previously configured data sources for the Grafana instance.
2020-03-06 13:06:30 -08:00
2021-03-29 19:14:13 -04:00
1. Click **Add data source** to see a list of all supported data sources.
2021-05-28 11:27:40 +02:00
2021-08-06 07:52:36 -06:00
{{< figure src = "/static/img/docs/v75/add-data-source-7-5.png" max-width = "600px" class = "docs-image--no-shadow" > }}
2021-05-28 11:27:40 +02:00
2021-03-29 19:14:13 -04:00
1. Search for a specific data source by entering the name in the search dialog. Or you can scroll through supported data sources grouped into time series, logging, tracing and other categories.
2020-03-06 13:06:30 -08:00
2021-03-29 19:14:13 -04:00
1. Move the cursor over the data source you want to add.
2021-08-06 07:52:36 -06:00
{{< figure src = "/static/img/docs/v75/select-data-source-7-5.png" max-width = "700px" class = "docs-image--no-shadow" > }}
2021-05-28 11:27:40 +02:00
2021-03-29 19:14:13 -04:00
1. Click **Select** . The data source configuration page opens.
1. Configure the data source following instructions specific to that data source. See [Data sources ]({{< relref "_index.md" >}} ) for links to configuration instructions for all supported data sources.