2022-05-26 23:06:25 +08:00
---
aliases:
- /docs/grafana/latest/datasources/add-a-data-source/
- /docs/grafana/latest/features/datasources/add-a-data-source/
title: Add data source
weight: 100
---
2020-03-07 05:06:30 +08:00
# Add a data source
2021-03-30 07:14:13 +08:00
Before you can create your first dashboard, you need to add your data source.
2020-03-07 05:06:30 +08:00
2020-08-24 22:44:09 +08:00
> **Note:** Only users with the organization Admin role can add data sources.
2020-04-26 15:42:24 +08:00
2021-03-30 07:14:13 +08:00
To add a data source:
2020-03-07 05:06:30 +08:00
2021-03-30 07:14:13 +08:00
1. Move your cursor to the cog icon on the side menu which will show the configuration options.
2021-05-28 17:27:40 +08:00
2021-08-06 21:52:36 +08:00
{{< figure src = "/static/img/docs/v75/sidemenu-datasource-7-5.png" max-width = "150px" class = "docs-image--no-shadow" > }}
2020-03-07 05:06:30 +08:00
2021-04-21 00:33:44 +08: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-07 05:06:30 +08:00
2021-03-30 07:14:13 +08:00
1. Click **Add data source** to see a list of all supported data sources.
2021-05-28 17:27:40 +08:00
2021-08-06 21:52:36 +08:00
{{< figure src = "/static/img/docs/v75/add-data-source-7-5.png" max-width = "600px" class = "docs-image--no-shadow" > }}
2021-05-28 17:27:40 +08:00
2021-03-30 07:14:13 +08: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-07 05:06:30 +08:00
2021-03-30 07:14:13 +08:00
1. Move the cursor over the data source you want to add.
2021-08-06 21:52:36 +08:00
{{< figure src = "/static/img/docs/v75/select-data-source-7-5.png" max-width = "700px" class = "docs-image--no-shadow" > }}
2021-05-28 17:27:40 +08:00
2021-03-30 07:14:13 +08:00
1. Click **Select** . The data source configuration page opens.
2022-06-17 03:09:16 +08:00
1. Configure the data source following instructions specific to that data source. See [Data sources ]({{< relref "../administration/data-source-management/_index.md" >}} ) for links to configuration instructions for all supported data sources.