Plugins 〉AWS Data Sources
AWS Data Sources
AWS Data Sources Plugin
The AWS Data Sources plugin allows you to create data sources for all AWS services with Grafana plugins.
Read more about it here.
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
.h4 . .mb-0 }
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Installing AWS Data Sources on Grafana Cloud:
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
For more information, visit the docs on plugin installation.
Installing on a local Grafana:
For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.
1. Install the Application
Use the grafana-cli tool to install AWS Data Sources from the commandline:
grafana-cli plugins install
The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.
Alternatively, you can manually download the .zip file for your architecture below and unpack it into your grafana plugins directory.
Alternatively, you can manually download the .zip file and unpack it into your grafana plugins directory.
2. Enable it
Next, log into your Grafana instance. Navigate to the Plugins section, found in your Grafana main menu.
Click the Apps tabs in the Plugins section and select the newly installed app.
To enable the app, click the Config tab. Follow the instructions provided with the application and click Enable. The app and any new UI pages are now accessible from within the main menu, as designed by the app creator.
If dashboards have been included with the application, they will attempt to be automatically installed. To view the dashboards, re-import or delete individual dashboards, click the Dashboards tab within the app page.
Changelog
v1.13.4 (2024-07-25)
- Chore Update dependencies
v1.13.3 (2024-03-13)
- Chore Security: release new build based on go 1.21.8 https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg
v1.13.2 (2023-12-20)
- Chore Dependencies: Upgrade Grafana core, remove unused e2e package https://github.com/grafana/aws-datasource-provisioner-app/pull/183
- Chore Bump minimatch from 3.0.4 to 3.1.2 https://github.com/grafana/aws-datasource-provisioner-app/pull/176
- Chore Bump lodash from 4.17.15 to 4.17.21 https://github.com/grafana/aws-datasource-provisioner-app/pull/174
- Chore Bump @babel/traverse from 7.16.10 to 7.23.4 https://github.com/grafana/aws-datasource-provisioner-app/pull/173
- Chore Bump loader-utils from 1.4.0 to 1.4.2 https://github.com/grafana/aws-datasource-provisioner-app/pull/172
- Chore Bump minimist from 1.2.5 to 1.2.8 https://github.com/grafana/aws-datasource-provisioner-app/pull/171
v1.13.1 (2023-10-24)
- Chore Support Node 18 https://github.com/grafana/aws-datasource-provisioner-app/pull/164
- Fix Fix Install Now host url https://github.com/grafana/aws-datasource-provisioner-app/pull/166
v1.13.0 (2023-08-18)
- Feature Adds the ability to provision a Redshift Serverless datasource by @yota-p https://github.com/grafana/aws-datasource-provisioner-app/pull/162
v1.12.0 (2023-07-12)
- Feature Add monitoring flags to cloudwatch accounts https://github.com/grafana/aws-datasource-provisioner-app/pull/158 (note requires additional OAM permissions to work, documented in contributing.md)
- Feature OpenSearch: auto detect version https://github.com/grafana/aws-datasource-provisioner-app/pull/156
v1.11.0 (2023-05-17)
- Fix Bump aws-sdk-go to fix issue with regions https://github.com/grafana/aws-datasource-provisioner-app/pull/148
v1.10.0 (2023-01-26)
- Feature Add ability to provision an OpenSearch Serverless data source https://github.com/grafana/aws-datasource-provisioner-app/pull/139
v1.9.0 (2022-12-07)
- Feature Add new open search versions in https://github.com/grafana/aws-datasource-provisioner-app/pull/132
- Fix Fix regionId used while fetching resources for multiple regions and no accountIds in https://github.com/grafana/aws-datasource-provisioner-app/pull/130
- Fix TwinMaker: Fix multiple workspaces resource listing in https://github.com/grafana/aws-datasource-provisioner-app/pull/128
- Chore Change twinMakerInfo to pointer, add test for resource handler in https://github.com/grafana/aws-datasource-provisioner-app/pull/127
- Feature Add TwinMaker info box in https://github.com/grafana/aws-datasource-provisioner-app/pull/125
- Feature: Add support for TwinMaker in https://github.com/grafana/aws-datasource-provisioner-app/pull/122
v1.8.2 (2023-10-24)
- cherry pick fix for Install Now links (#166)
v1.8.1 (2023-05-17)
- (manual cherry pick) use a newer version of aws-sdk-go to access full list of regions #148
v1.8.0 (2022-07-21)
- Chore Use aws/aws-sdk-go instead of Grafana internal repo by @fridgepoet in https://github.com/grafana/aws-datasource-provisioner-app/pull/119
- Chore Paginate calls to DescribeElasticsearchDomains (#118) by @joanlopez in https://github.com/grafana/aws-datasource-provisioner-app/pull/121
v1.7.1 (2022-05-06)
- UI: Surface AWS SDK errors to UI as warning messages (#114).
v1.7.0 (2022-01-31)
- Chore: Update Grafana SDK (JS/Go) dependencies.
v1.6.1 (2022-01-25)
- Bug fixes: Fix account id and name mapping when listing resources.
v1.6.0 (2022-01-14)
- Bug fixes: Use the default credentials when listing non-flat resources for the account that owns the workspace.
v1.5.0 (2021-10-29)
- Athena: Support for provisioning Athena data sources.
- Redshift: Support for provisioning Redshift data sources.
v1.4.1 (2021-10-11)
- OpenSearch: Fix datasource provisioning when version is autodetected.
v1.4.0 (2021-10-08)
- OpenSearch: Fix detected Elasticsearch version when migrating from OpenDistro or Elasticsearch datasource.
- OpenSearch: Autodetect Elasticsearch and OpenSearch versions when provisioning OpenSearch datasources.
v1.3.0 (2021-07-27)
- OpenSearch: Multiple changes introduced into the migration dialogue box and the underlying logics.
- OpenSearch: Replaced
grafana-es-open-distro-datasource
plugin support in favor ofgrafana-opensearch-datasource
. - Bug fixes: Minor UI fixes.
v1.2.0 (2021-03-30)
- Open Distro: Multiple changes introduced into the migration dialogue box and the underlying logics.
- Amazon Web Services: The
default
auth type has been replaced with the newec2_iam_role
type. - Amazon Web Services: The name of some services has been updated (e.g. Amazon Managed Service for Prometheus).
- Assets: Set up different service icons based on the Grafana theme (dark vs light).
- Bug fixes: Minor UI fixes with the light theme.
v1.1.0 (2021-03-23)
- Open Distro: Support for provisioning Open Distro data sources and migrating the old ones.
- Bug fixes: Minor bug fixes on navigation and provisioning.
v1.0.0 (2020-12-21)
- Amazon Web Services: Support for single accounts and organizational accounts.
- Provisioning: Support for CloudWatch, IoT SiteWise, Timestream, X-Ray, Elasticsearch and Prometheus.
- Settings: Bulk settings for CloudWatch (custom metrics) and Prometheus (scrape interval, query timeout).