Files
grafana/docs/sources/datasources/add-a-data-source.md
T
Torkel Ödegaard ceeb381eae Docs: Sync latest master docs with 7.5.x (#33156)
* Docs: Sync latest master docs with 7.5.x

* remove some remaining next aliases and links

* Docs: Removed v8 doc changes

* fixed merge issue
2021-04-22 07:32:32 +02:00

1.9 KiB

+++ title = "Add data source" aliases = ["/docs/grafana/latest/features/datasources/add-a-data-source/"] weight = 100 +++

Add a data source

Before you can create your first dashboard, you need to add your data source.

Note: Only users with the organization Admin role can add data sources.

  1. Move your cursor to the cog on the side menu which will show you the configuration menu. If the side menu is not visible click the Grafana icon in the upper left corner. Click on Configuration > Data sources in the side menu and you'll be taken to the data sources page where you can add and edit data sources. You can also click the cog. {{< docs-imagebox img="/img/docs/v52/sidemenu-datasource.png" max-width="250px" class="docs-image--no-shadow">}}

  2. Move your cursor to the cog icon on the side menu which will show the configuration options.

    {{< docs-imagebox img="/img/docs/v75/sidemenu-datasource-7-5.png" max-width="150px" class="docs-image--no-shadow">}}

  3. Click on Data Sources. The data sources page opens showing a list of previously configured data sources for the Grafana instance.

  4. Click Add data source to see a list of all supported data sources.

    {{< docs-imagebox img="/img/docs/v75/add-data-source-7-5.png" max-width="600px" class="docs-image--no-shadow">}}

  5. 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.

  6. Move the cursor over the data source you want to add.

    {{< docs-imagebox img="/img/docs/v75/select-data-source-7-5.png" max-width="700px" class="docs-image--no-shadow">}}

  7. Click Select. The data source configuration page opens.

  8. 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.