<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Get started on Grafana Labs</title><link>https://grafana.com/docs/grafana/v9.0/getting-started/</link><description>Recent content in Get started on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v9.0/getting-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Build your first dashboard</title><link>https://grafana.com/docs/grafana/v9.0/getting-started/build-first-dashboard/</link><pubDate>Sun, 08 Mar 2026 12:22:13 +0000</pubDate><guid>https://grafana.com/docs/grafana/v9.0/getting-started/build-first-dashboard/</guid><content><![CDATA[&lt;h1 id=&#34;build-your-first-dashboard&#34;&gt;Build your first dashboard&lt;/h1&gt;
&lt;p&gt;This topic helps you get started with Grafana and build your first dashboard. To learn more about Grafana, refer to &lt;a href=&#34;./&#34;&gt;What is Grafana?&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Grafana also offers a &lt;a href=&#34;/signup/cloud/connect-account?pg=gsdocs&#34;&gt;free account with Grafana Cloud&lt;/a&gt; to help getting started even easier and faster. You can install Grafana to self-host or get a free Grafana Cloud account.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h4 id=&#34;install-grafana&#34;&gt;Install Grafana&lt;/h4&gt;
&lt;p&gt;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 &lt;a href=&#34;../../setup-grafana/installation/&#34;&gt;Install Grafana&lt;/a&gt;.&lt;/p&gt;
&lt;h4 id=&#34;sign-in-to-grafana&#34;&gt;Sign in to Grafana&lt;/h4&gt;
&lt;p&gt;To sign in to Grafana for the first time:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open your web browser and go to http://localhost:3000/.&lt;/p&gt;
&lt;p&gt;The default HTTP port that Grafana listens to is &lt;code&gt;3000&lt;/code&gt; unless you have configured a different port.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the sign-in page, enter &lt;code&gt;admin&lt;/code&gt; for the username and password.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Sign in&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;If successful, you will see a prompt to change the password.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;OK&lt;/strong&gt; on the prompt and change your password.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; We strongly recommend that you change the default administrator password.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h4 id=&#34;create-a-dashboard&#34;&gt;Create a dashboard&lt;/h4&gt;
&lt;p&gt;To create your first dashboard:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Click the &lt;strong&gt;New dashboard&lt;/strong&gt; item under the &lt;strong&gt;Dashboards&lt;/strong&gt; icon in the side menu.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the dashboard, click &lt;strong&gt;Add an empty panel&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the New dashboard/Edit panel view, go to the &lt;strong&gt;Query&lt;/strong&gt; tab.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure your &lt;a href=&#34;../../panels/query-a-data-source/add-a-query/&#34;&gt;query&lt;/a&gt; by selecting &lt;code&gt;-- Grafana --&lt;/code&gt; from the data source selector.&lt;/p&gt;
&lt;p&gt;This generates the Random Walk dashboard.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click the &lt;strong&gt;Save&lt;/strong&gt; icon in the top right corner of your screen to save the dashboard.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add a descriptive name, and then click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Congratulations, you have created your first dashboard and it is displaying results.&lt;/p&gt;
&lt;h4 id=&#34;next-steps&#34;&gt;Next steps&lt;/h4&gt;
&lt;p&gt;Continue to experiment with what you have built, try the &lt;a href=&#34;../../explore/&#34;&gt;explore workflow&lt;/a&gt; or another visualization feature. Refer to &lt;a href=&#34;../../datasources/&#34;&gt;Data sources&lt;/a&gt; for a list of supported data sources and instructions on how to &lt;a href=&#34;../../datasources/add-a-data-source/&#34;&gt;add a data source&lt;/a&gt;. The following topics will be of interest to you:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../panels/&#34;&gt;Panels&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../dashboards/&#34;&gt;Dashboards&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../dashboards/use-dashboards/#keyboard-shortcuts&#34;&gt;Keyboard shortcuts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;/grafana/plugins?orderBy=weight&amp;amp;direction=asc&#34;&gt;Plugins&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h5 id=&#34;admins&#34;&gt;Admins&lt;/h5&gt;
&lt;p&gt;The following topics are of interest to Grafana server admin users:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../setup-grafana/configure-grafana/&#34;&gt;Grafana configuration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../setup-grafana/configure-security/configure-authentication/&#34;&gt;Authentication&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../administration/roles-and-permissions/&#34;&gt;User permissions and roles&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../administration/provisioning/&#34;&gt;Provisioning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../cli/&#34;&gt;Grafana CLI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
]]></content><description>&lt;h1 id="build-your-first-dashboard">Build your first dashboard&lt;/h1>
&lt;p>This topic helps you get started with Grafana and build your first dashboard. To learn more about Grafana, refer to &lt;a href="./">What is Grafana?&lt;/a>.&lt;/p></description></item><item><title>Get started with Grafana and Prometheus</title><link>https://grafana.com/docs/grafana/v9.0/getting-started/get-started-grafana-prometheus/</link><pubDate>Sun, 08 Mar 2026 12:22:13 +0000</pubDate><guid>https://grafana.com/docs/grafana/v9.0/getting-started/get-started-grafana-prometheus/</guid><content><![CDATA[&lt;h1 id=&#34;get-started-with-grafana-and-prometheus&#34;&gt;Get started with Grafana and Prometheus&lt;/h1&gt;
&lt;p&gt;Prometheus is an open source monitoring system for which Grafana provides out-of-the-box support. This topic walks you through the steps to create a series of dashboards in Grafana to display system metrics for a server monitored by Prometheus.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; You can configure a &lt;a href=&#34;/docs/grafana-cloud/&#34;&gt;Grafana Cloud&lt;/a&gt; instance to display system metrics without having to host Grafana yourself. A &lt;a href=&#34;/signup/cloud/connect-account?pg=gsdocs&#34;&gt;free forever plan&lt;/a&gt; provides 10,000 active series for metrics.&lt;/p&gt;&lt;/blockquote&gt;


&lt;div data-shared=&#34;getting-started/first-step.md&#34;&gt;
            &lt;h4 id=&#34;install-grafana-and-add-your-first-dashboard&#34;&gt;Install Grafana and add your first dashboard&lt;/h4&gt;
&lt;p&gt;Use the instructions in 
    &lt;a href=&#34;/docs/grafana/v9.0/getting-started/build-first-dashboard/&#34;&gt;Build your first dashboard&lt;/a&gt; to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Install Grafana.&lt;/li&gt;
&lt;li&gt;Sign in to Grafana.&lt;/li&gt;
&lt;li&gt;Build your first dashboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

        
&lt;h4 id=&#34;download-prometheus-and-node_exporter&#34;&gt;Download Prometheus and node_exporter&lt;/h4&gt;
&lt;p&gt;Prometheus, like Grafana, can be installed on many different operating systems. Refer to the &lt;a href=&#34;https://prometheus.io/download/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Prometheus download page&lt;/a&gt;, which lists all stable versions of Prometheus components. Download the following components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://prometheus.io/download/#prometheus&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Prometheus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://prometheus.io/download/#node_exporter&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;node_exporter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;install-prometheus-node_exporter&#34;&gt;Install Prometheus node_exporter&lt;/h4&gt;
&lt;p&gt;Prometheus node_exporter is a widely used tool that exposes system metrics. Install node_exporter on all hosts you want to monitor. For instructions on how to install node_exporter, refer to the &lt;a href=&#34;https://prometheus.io/docs/guides/node-exporter/#installing-and-running-the-node-exporter&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Installing and running the node_exporter&lt;/a&gt; section in Prometheus documentation.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: The instructions in the referenced topic are intended for Linux users. You may have to alter the instructions slightly depending on your operating system. For example, if you are on Windows, use the &lt;a href=&#34;https://github.com/prometheus-community/windows_exporter&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;windows_exporter&lt;/a&gt; instead.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h4 id=&#34;install-and-configure-prometheus&#34;&gt;Install and configure Prometheus&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Install Prometheus following instructions in the &lt;a href=&#34;https://prometheus.io/docs/prometheus/latest/installation/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Installation&lt;/a&gt; topic in the Prometheus documentation.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure Prometheus to monitor the hosts where you installed node_exporter. In order to do this, modify Prometheus&amp;rsquo;s configuration file. By default, Prometheus looks for the file &lt;code&gt;prometheus.yml&lt;/code&gt; in the current working directory. This behavior can be changed via the &lt;code&gt;--config.file&lt;/code&gt; command line flag. For example, some Prometheus installers use it to set the configuration file to &lt;code&gt;/etc/prometheus/prometheus.yml&lt;/code&gt;. Here is an example of the code you will need to add.&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt; # A scrape configuration containing exactly one endpoint to scrape from node_exporter running on a host:
 scrape_configs:
     # The job name is added as a label `job=&amp;lt;job_name&amp;gt;` to any timeseries scraped from this config.
     - job_name: &amp;#39;node&amp;#39;

     # metrics_path defaults to &amp;#39;/metrics&amp;#39;
     # scheme defaults to &amp;#39;http&amp;#39;.

     static_configs:
     - targets: [&amp;#39;&amp;lt;hostname&amp;gt;:9100&amp;#39;]&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Start the Prometheus service:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt; ./prometheus --config.file=./prometheus.yml&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h4 id=&#34;check-prometheus-metrics-in-grafana-explore-view&#34;&gt;Check Prometheus metrics in Grafana Explore view&lt;/h4&gt;
&lt;p&gt;In your Grafana instance, go to the &lt;a href=&#34;../../explore/&#34;&gt;Explore&lt;/a&gt; view and build queries to experiment with the metrics you want to monitor. Here you can also debug issues related to collecting metrics from Prometheus. Pay special attention to the &lt;a href=&#34;../../explore/#prometheus-specific-features&#34;&gt;Prometheus-specific features&lt;/a&gt; to avail custom querying experience for Prometheus.&lt;/p&gt;
&lt;h4 id=&#34;start-building-dashboards&#34;&gt;Start building dashboards&lt;/h4&gt;
&lt;p&gt;Now that you have a curated list of queries, create &lt;a href=&#34;../../dashboards/&#34;&gt;dashboards&lt;/a&gt; to render system metrics monitored by Prometheus. When you install Prometheus and node_exporter or windows_exporter, you will find recommended dashboards for use.&lt;/p&gt;
&lt;p&gt;The following image shows a dashboard with three panels showing some system metrics.&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;/static/img/docs/getting-started/simple_grafana_prom_dashboard.png&#34;
  alt=&#34;Prometheus dashboards&#34; width=&#34;1581&#34;
     height=&#34;840&#34;/&gt;&lt;/p&gt;
&lt;p&gt;To learn more:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Grafana documentation: &lt;a href=&#34;../../datasources/prometheus/&#34;&gt;Prometheus data source&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Prometheus documentation: &lt;a href=&#34;https://prometheus.io/docs/introduction/overview/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;What is Prometheus?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
]]></content><description>&lt;h1 id="get-started-with-grafana-and-prometheus">Get started with Grafana and Prometheus&lt;/h1>
&lt;p>Prometheus is an open source monitoring system for which Grafana provides out-of-the-box support. This topic walks you through the steps to create a series of dashboards in Grafana to display system metrics for a server monitored by Prometheus.&lt;/p></description></item><item><title>Get started with Grafana and InfluxDB</title><link>https://grafana.com/docs/grafana/v9.0/getting-started/get-started-grafana-influxdb/</link><pubDate>Sun, 08 Mar 2026 12:22:13 +0000</pubDate><guid>https://grafana.com/docs/grafana/v9.0/getting-started/get-started-grafana-influxdb/</guid><content><![CDATA[&lt;h1 id=&#34;get-started-with-grafana-and-influxdb&#34;&gt;Get started with Grafana and InfluxDB&lt;/h1&gt;


&lt;div data-shared=&#34;influxdb/intro.md&#34;&gt;
            &lt;p&gt;&lt;a href=&#34;https://www.influxdata.com/products/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;InfluxDB&lt;/a&gt; is an open-source time series database (TSDB) developed by &lt;a href=&#34;https://www.influxdata.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;InfluxData&lt;/a&gt;. It is optimized for fast, high-availability storage and retrieval of time series data in fields such as operations monitoring, application metrics, IoT sensor data, and real-time analytics.&lt;/p&gt;
&lt;/div&gt;

        
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; You can also configure a &lt;a href=&#34;/docs/grafana-cloud/&#34;&gt;Grafana Cloud&lt;/a&gt; instance to display system metrics without having to host Grafana yourself. Grafana offers a &lt;a href=&#34;/signup/cloud/connect-account?pg=gsdocs&#34;&gt;free account with Grafana Cloud&lt;/a&gt; to help you get started.&lt;/p&gt;&lt;/blockquote&gt;


&lt;div data-shared=&#34;getting-started/first-step.md&#34;&gt;
            &lt;h4 id=&#34;install-grafana-and-add-your-first-dashboard&#34;&gt;Install Grafana and add your first dashboard&lt;/h4&gt;
&lt;p&gt;Use the instructions in 
    &lt;a href=&#34;/docs/grafana/v9.0/getting-started/build-first-dashboard/&#34;&gt;Build your first dashboard&lt;/a&gt; to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Install Grafana.&lt;/li&gt;
&lt;li&gt;Sign in to Grafana.&lt;/li&gt;
&lt;li&gt;Build your first dashboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

        
&lt;h4 id=&#34;get-influxdb&#34;&gt;Get InfluxDB&lt;/h4&gt;
&lt;p&gt;You can &lt;a href=&#34;https://portal.influxdata.com/downloads/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;download InfluxDB&lt;/a&gt; and install it locally or you can sign up for &lt;a href=&#34;https://www.influxdata.com/products/influxdb-cloud/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;InfluxDB Cloud&lt;/a&gt;. Windows installers are not available for some versions of InfluxDB.&lt;/p&gt;
&lt;h4 id=&#34;install-other-influxdb-software&#34;&gt;Install other InfluxDB software&lt;/h4&gt;
&lt;p&gt;&lt;a href=&#34;https://docs.influxdata.com/telegraf/v1.18/introduction/installation/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Install Telegraf&lt;/a&gt;. This tool is an agent that helps you get metrics into InfluxDB. For more information, refer to &lt;a href=&#34;https://docs.influxdata.com/telegraf/v1.18/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Telegraf documentation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you chose to use InfluxDB Cloud, then you should &lt;a href=&#34;https://portal.influxdata.com/downloads/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;download and install the InfluxDB Cloud CLI&lt;/a&gt;. This tool allows you to send command line instructions to your cloud account. For more information, refer to &lt;a href=&#34;https://docs.influxdata.com/influxdb/cloud/write-data/developer-tools/influx-cli/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Influx CLI documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h4 id=&#34;get-data-into-influxdb&#34;&gt;Get data into InfluxDB&lt;/h4&gt;
&lt;p&gt;If you downloaded and installed InfluxDB on your local machine, then use the &lt;a href=&#34;https://docs.influxdata.com/influxdb/v2.0/write-data/#quick-start-for-influxdb-oss&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Quick Start&lt;/a&gt; feature to visualize InfluxDB metrics.&lt;/p&gt;
&lt;p&gt;If you are using the cloud account, then the wizards will guide you through the initial process. For more information, refer to &lt;a href=&#34;https://docs.influxdata.com/influxdb/cloud/write-data/no-code/use-telegraf/#configure-telegraf&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Configure Telegraf&lt;/a&gt;.&lt;/p&gt;
&lt;h5 id=&#34;note-for-windows-users&#34;&gt;Note for Windows users:&lt;/h5&gt;
&lt;p&gt;Windows users might need to make additional adjustments. Look for special instructions in the InfluxData documentation and &lt;a href=&#34;https://www.influxdata.com/blog/using-telegraf-on-windows/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Using Telegraf on Windows&lt;/a&gt; blog post. The regular system monitoring template in InfluxDB Cloud is not compatible with Windows. Windows users who use InfluxDB Cloud to monitor their system will need to use the &lt;a href=&#34;https://github.com/influxdata/community-templates/tree/master/windows_system&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Windows System Monitoring Template&lt;/a&gt;.&lt;/p&gt;
&lt;h4 id=&#34;add-your-influxdb-data-source-to-grafana&#34;&gt;Add your InfluxDB data source to Grafana&lt;/h4&gt;
&lt;p&gt;You can have more than one InfluxDB data source defined in Grafana.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Follow the general instructions to &lt;a href=&#34;../../datasources/add-a-data-source/&#34;&gt;add a data source&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Decide if you will use InfluxQL or Flux as your query language.
&lt;ul&gt;
&lt;li&gt;For InfluxQL, refer to &lt;a href=&#34;../../datasources/influxdb/&#34;&gt;InfluxDB data source&lt;/a&gt; for information about specific data source fields.&lt;/li&gt;
&lt;li&gt;For Flux, refer to &lt;a href=&#34;../../datasources/influxdb/influxdb-flux/&#34;&gt;Flux query language in Grafana&lt;/a&gt; for information about specific data source fields.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h5 id=&#34;influxdb-guides&#34;&gt;InfluxDB guides&lt;/h5&gt;
&lt;p&gt;InfluxDB publishes guidance for connecting different versions of their product to Grafana.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;InfluxDB OSS or Enterprise 1.8&#43;.&lt;/strong&gt; To turn on Flux, refer to &lt;a href=&#34;https://docs.influxdata.com/influxdb/v1.8/administration/config/#flux-enabled-false.&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Configure InfluxDB&lt;/a&gt;. Select your InfluxDB version in the upper right corner.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;InfluxDB OSS or Enterprise 2.x.&lt;/strong&gt; Refer to &lt;a href=&#34;https://docs.influxdata.com/influxdb/v2.0/tools/grafana/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Use Grafana with InfluxDB&lt;/a&gt;. Select your InfluxDB version in the upper right corner.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;InfluxDB Cloud.&lt;/strong&gt; Refer to &lt;a href=&#34;https://docs.influxdata.com/influxdb/cloud/tools/grafana/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Use Grafana with InfluxDB Cloud&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h5 id=&#34;important-tips&#34;&gt;Important tips&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;Make sure your Grafana token has read access. If it doesn&amp;rsquo;t, then you&amp;rsquo;ll get an authentication error and be unable to connect Grafana to InfluxDB.&lt;/li&gt;
&lt;li&gt;Avoid apostrophes and other non-standard characters in bucket and token names.&lt;/li&gt;
&lt;li&gt;If the text name of the organization or bucket doesn&amp;rsquo;t work, then try the ID number.&lt;/li&gt;
&lt;li&gt;If you change your bucket name in InfluxDB, then you must also change it in Grafana and your Telegraf .conf file as well.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;add-a-query&#34;&gt;Add a query&lt;/h4&gt;
&lt;p&gt;This step varies depending on the query language that you selected when you set up your data source in Grafana.&lt;/p&gt;
&lt;h5 id=&#34;influxql-query-language&#34;&gt;InfluxQL query language&lt;/h5&gt;
&lt;p&gt;In the query editor, click &lt;strong&gt;select measurement&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;/static/img/docs/influxdb/influxql-query-7-5.png&#34;
  alt=&#34;InfluxQL query&#34; width=&#34;528&#34;
     height=&#34;418&#34;/&gt;&lt;/p&gt;
&lt;p&gt;Grafana displays a list of possible series. Click one to select it, and Grafana graphs any available data. If there is no data to display, then try another selection or check your data source.&lt;/p&gt;
&lt;h5 id=&#34;flux-query-language&#34;&gt;Flux query language&lt;/h5&gt;
&lt;p&gt;Create a simple Flux query.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;../panels/add-a-panel.md&#34;&gt;Add a panel&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;In the query editor, select your InfluxDB-Flux data source. For more information, refer to 
    &lt;a href=&#34;/docs/grafana/v9.0/panels/queries/&#34;&gt;Queries&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Select the &lt;strong&gt;Table&lt;/strong&gt; visualization.&lt;/li&gt;
&lt;li&gt;In the query editor text field, enter &lt;code&gt;buckets()&lt;/code&gt; and then click outside of the query editor.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This generic query returns a list of buckets.&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;/static/img/docs/influxdb/flux-query-7-5.png&#34;
  alt=&#34;Flux query&#34; width=&#34;700&#34;
     height=&#34;273&#34;/&gt;&lt;/p&gt;
&lt;p&gt;You can also create Flux queries in the InfluxDB Explore view.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;In your browser, log in to the InfluxDB native UI (OSS is typically something like http://localhost:8086 or for InfluxDB Cloud use: &lt;a href=&#34;https://cloud2.influxdata.com&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;https://cloud2.influxdata.com&lt;/a&gt;).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Explore&lt;/strong&gt; to open the Data Explorer.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The InfluxDB Data Explorer provides two mechanisms for creating Flux queries: a graphical query editor and a script editor. Using the graphical query editor, &lt;a href=&#34;https://docs.influxdata.com/influxdb/cloud/query-data/execute-queries/data-explorer/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;create a query&lt;/a&gt;. It will look something like this:&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;/static/img/docs/influxdb/influx-explore-query-7-5.png&#34;
  alt=&#34;InfluxDB Explore query&#34; width=&#34;1600&#34;
     height=&#34;814&#34;/&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Script Editor&lt;/strong&gt; to view the text of the query, and then copy all the lines of your Flux code, which will look something like this:&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;/static/img/docs/influxdb/explore-query-text-7-5.png&#34;
  alt=&#34;InfluxDB Explore Script Editor&#34; width=&#34;546&#34;
     height=&#34;185&#34;/&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In Grafana, &lt;a href=&#34;../panels/add-a-panel.md&#34;&gt;add a panel&lt;/a&gt; and then paste your Flux code into the query editor.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Apply&lt;/strong&gt;. Your new panel should be visible with data from your Flux query.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h4 id=&#34;check-influxdb-metrics-in-grafana-explore&#34;&gt;Check InfluxDB metrics in Grafana Explore&lt;/h4&gt;
&lt;p&gt;In your Grafana instance, go to the &lt;a href=&#34;../../explore/&#34;&gt;Explore&lt;/a&gt; view and build queries to experiment with the metrics you want to monitor. Here you can also debug issues related to collecting metrics.&lt;/p&gt;
&lt;h4 id=&#34;start-building-dashboards&#34;&gt;Start building dashboards&lt;/h4&gt;
&lt;p&gt;There you go! Use Explore and Data Explorer to experiment with your data, and add the queries that you like to your dashboard as panels. Have fun!&lt;/p&gt;
&lt;p&gt;Here are some resources to learn more:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Grafana documentation: &lt;a href=&#34;../../datasources/influxdb/&#34;&gt;InfluxDB data source&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;InfluxDB documentation: &lt;a href=&#34;https://docs.influxdata.com/influxdb/v1.8/flux/flux-vs-influxql/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Comparison of Flux vs InfluxQL&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
]]></content><description>&lt;h1 id="get-started-with-grafana-and-influxdb">Get started with Grafana and InfluxDB&lt;/h1>
&lt;div data-shared="influxdb/intro.md">
&lt;p>&lt;a href="https://www.influxdata.com/products/" target="_blank" rel="noopener noreferrer">InfluxDB&lt;/a> is an open-source time series database (TSDB) developed by &lt;a href="https://www.influxdata.com/" target="_blank" rel="noopener noreferrer">InfluxData&lt;/a>. It is optimized for fast, high-availability storage and retrieval of time series data in fields such as operations monitoring, application metrics, IoT sensor data, and real-time analytics.&lt;/p></description></item><item><title>Get started with Grafana and MS SQL Server</title><link>https://grafana.com/docs/grafana/v9.0/getting-started/get-started-grafana-ms-sql-server/</link><pubDate>Sun, 08 Mar 2026 12:22:13 +0000</pubDate><guid>https://grafana.com/docs/grafana/v9.0/getting-started/get-started-grafana-ms-sql-server/</guid><content><![CDATA[&lt;h1 id=&#34;get-started-with-grafana-and-ms-sql-server&#34;&gt;Get started with Grafana and MS SQL Server&lt;/h1&gt;
&lt;p&gt;Microsoft SQL Server is a popular relational database management system that is widely used in development and production environments. This topic walks you through the steps to create a series of dashboards in Grafana to display metrics from a MS SQL Server database.&lt;/p&gt;
&lt;h4 id=&#34;download-ms-sql-server&#34;&gt;Download MS SQL Server&lt;/h4&gt;
&lt;p&gt;MS SQL Server can be installed on Windows or Linux operating systems and also on Docker containers. Refer to the &lt;a href=&#34;https://www.microsoft.com/en-us/sql-server/sql-server-downloads&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;MS SQL Server downloads page&lt;/a&gt;, for a complete list of all available options.&lt;/p&gt;
&lt;h4 id=&#34;install-ms-sql-server&#34;&gt;Install MS SQL Server&lt;/h4&gt;
&lt;p&gt;You can install MS SQL Server on the host running Grafana or on a remote server. To install the software from the &lt;a href=&#34;https://www.microsoft.com/en-us/sql-server/sql-server-downloads&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;downloads page&lt;/a&gt;, follow their setup prompts.&lt;/p&gt;
&lt;p&gt;If you are on a Windows host but want to use Grafana and MS SQL data source on a Linux environment, refer to the &lt;a href=&#34;/blog/2021/03/03/.how-to-set-up-a-grafana-development-environment-on-a-windows-pc-using-wsl&#34;&gt;WSL to set up your Grafana development environment&lt;/a&gt;. This will allow you to leverage the resources available in &lt;a href=&#34;https://github.com/grafana/grafana&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;grafana/grafana&lt;/a&gt; GitHub repository. Here you will find a collection of supported data sources, including MS SQL Server, along with test data and pre-configured dashboards for use.&lt;/p&gt;
&lt;h4 id=&#34;add-the-ms-sql-data-source&#34;&gt;Add the MS SQL data source&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;In the Grafana side menu, hover your cursor over the &lt;strong&gt;Configuration&lt;/strong&gt; (gear) icon and then click &lt;strong&gt;Data Sources&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Filter by &lt;code&gt;mssql&lt;/code&gt; and select the &lt;strong&gt;Microsoft SQL Server&lt;/strong&gt; option.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Add data source&lt;/strong&gt; in the top right header to open the configuration page.&lt;/li&gt;
&lt;li&gt;Enter the information specified in the table below, then click &lt;strong&gt;Save &amp;amp; Test&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;Name&lt;/th&gt;
              &lt;th&gt;Description&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;code&gt;Name&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;The data source name. This is how you refer to the data source in panels and queries.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;code&gt;Host&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;The IP address/hostname and optional port of your MS SQL instance. If port is omitted, the default 1433 will be used.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;code&gt;Database&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;Name of your MS SQL database.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;code&gt;User&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;Database user&amp;rsquo;s login/username.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;code&gt;Password&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;Database user&amp;rsquo;s password.&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;p&gt;For installations from the &lt;a href=&#34;https://github.com/grafana/grafana/tree/main&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;grafana/grafana&lt;/a&gt; repository, &lt;code&gt;gdev-mssql&lt;/code&gt; data source is available. Once you add this data source, you can use the &lt;code&gt;Datasource tests - MSSQL&lt;/code&gt; dashboard with three panels showing metrics generated from a test database.&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;/static/img/docs/getting-started/gdev-sql-dashboard.png&#34;
  alt=&#34;MS SQL Server dashboard&#34; width=&#34;1701&#34;
     height=&#34;866&#34;/&gt;&lt;/p&gt;
&lt;p&gt;Optionally, play around this dashboard and customize it to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Create different panels.&lt;/li&gt;
&lt;li&gt;Change titles for panels.&lt;/li&gt;
&lt;li&gt;Change frequency of data polling.&lt;/li&gt;
&lt;li&gt;Change the period for which the data is displayed.&lt;/li&gt;
&lt;li&gt;Rearrange and resize panels.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;start-building-dashboards&#34;&gt;Start building dashboards&lt;/h4&gt;
&lt;p&gt;Now that you have gained some idea of using the pre-packaged MS SQL data source and some test data, the next step is to setup your own instance of MS SQL Server database and data your development or sandbox area.&lt;/p&gt;
&lt;p&gt;To fetch data from your own instance of MS SQL Server, add the data source using instructions in Step 4 of this topic. In Grafana &lt;a href=&#34;../../explore/&#34;&gt;Explore&lt;/a&gt; build queries to experiment with the metrics you want to monitor.&lt;/p&gt;
&lt;p&gt;Once you have a curated list of queries, create &lt;a href=&#34;../../dashboards/&#34;&gt;dashboards&lt;/a&gt; to render metrics from the SQL Server database. For troubleshooting, user permissions, known issues, and query examples, refer to &lt;a href=&#34;../../datasources/mssql/&#34;&gt;Using Microsoft SQL Server in Grafana&lt;/a&gt;.&lt;/p&gt;
]]></content><description>&lt;h1 id="get-started-with-grafana-and-ms-sql-server">Get started with Grafana and MS SQL Server&lt;/h1>
&lt;p>Microsoft SQL Server is a popular relational database management system that is widely used in development and production environments. This topic walks you through the steps to create a series of dashboards in Grafana to display metrics from a MS SQL Server database.&lt;/p></description></item></channel></rss>