Documentationbreadcrumb arrow Pluginsbreadcrumb arrow Amazon Redshift
Grafana Cloud Enterprise Open source
Last reviewed: May 6, 2026

Amazon Redshift data source

The Amazon Redshift data source plugin lets you query and visualize data from Amazon Redshift in Grafana. Amazon Redshift is a fully managed, petabyte-scale cloud data warehouse that you can use to analyze structured and semi-structured data. With this plugin, you can write SQL queries against your Redshift provisioned clusters or Redshift Serverless workgroups and present results in Grafana dashboards.

Supported features

The Redshift data source supports the following features:

FeatureSupported
MetricsYes
LogsNo
TracesNo
AlertingYes
AnnotationsYes

Queries run asynchronously through the Amazon Redshift Data API, which reduces the chance of blocking or timing out on long-running queries.

Get started

The following pages help you set up and use the Amazon Redshift data source:

Additional features

After you configure the data source, you can:

  • Use Explore to run free-form queries without building a dashboard.
  • Add transformations to manipulate query results.
  • Set up alerting rules based on Redshift queries.

Async query data support

The Redshift data source uses an asynchronous query handling flow by default. Queries are handled over multiple requests – starting the query, checking its status, and fetching the results – instead of resolving over a single request. This is useful for queries that can potentially run for a long time and time out.

Your IAM policy must include the redshift-data:ListStatements and redshift-data:CancelStatement actions for async queries to work. Refer to the IAM policies section for details.

Async query cache

To enable query caching for async queries, you need Grafana version 10.1 or later and the following feature toggles set to true:

  • useCachingService
  • awsAsyncQueryCaching

You also need to configure query caching for the specific Redshift data source instance.

Pre-built dashboards

The Redshift data source includes three pre-built dashboards for monitoring your Redshift environment:

  • Redshift Monitoring – Tracks cluster performance metrics such as query execution times and throughput.
  • Redshift Privileges – Displays privilege and access configuration across your cluster.
  • Redshift Identities and Objects – Shows identity management and database object information.

These dashboards are based on similar dashboards from the AWS Labs repository for Redshift.

To import a pre-built dashboard:

  1. Navigate to the data source configuration page.
  2. Select the Dashboards tab.
  3. Click Import next to the dashboard you want to use.

For more information, refer to Import a dashboard.

Plugin updates

Ensure that your plugin version is up to date so you have access to all current features and improvements. Navigate to Administration > Plugins and data > Plugins to check for updates.

Note

Plugins are automatically updated in Grafana Cloud.