---
component: dashboard-bundle
version: "2.4"
slug: dashboard-bundle/downloads
canonical_url: "https://docs.develocity.ai/dashboard-bundle/2.4/downloads/"
title: "Downloads"
description: "Download the Develocity Reporting and Visualization dashboard bundle for the Reporting Kit or Amazon Athena, including checksums and earlier releases."
keywords:
  - "Grafana"
  - "Reporting Kit"
  - "Amazon Athena"
status: current
---

<!-- llms-index: https://docs.develocity.ai/llms.txt -->

# Downloads

<a id="preamble"></a>

The dashboard bundle ships as two separate archives, one per deployment: one for a user-managed Grafana instance connected to the Develocity Reporting Kit, and one for Develocity Reporting via Amazon Athena.

From version 2.4.0 onward both archives carry the same version number. Before 2.4.0 they were versioned independently. See [Earlier Versions](#earlier-versions).

Consult [dashboard bundle compatibility](https://docs.develocity.ai/2026.3/miscellaneous/compatibility/#develocity-reporting-and-visualization-dashboard-bundles) before choosing a version to download.

<a id="current-2-4-x-release"></a>

## Current 2.4.x Release

Both archives carry version 2.4.0.

<a id="reporting-kit-variant"></a>

### Reporting Kit Variant

*   [Dashboard bundle 2.4.0 ZIP file](https://docs.develocity.ai/downloads/drk-user-managed-grafana-dashboards-release-bundle/drk-user-managed-grafana-dashboards-release-bundle-2.4.0.zip) ([SHA256 checksum](https://docs.develocity.ai/downloads/drk-user-managed-grafana-dashboards-release-bundle/drk-user-managed-grafana-dashboards-release-bundle-2.4.0.zip.sha256))
    

See [Installing the Dashboard Bundle for the Reporting Kit](https://docs.develocity.ai/dashboard-bundle/2.4/reporting-kit/) for what to do with it.

<a id="amazon-athena-variant"></a>

### Amazon Athena Variant

*   [Dashboard bundle 2.4.0 ZIP file](https://docs.develocity.ai/downloads/dashboards-release-bundle/dashboards-release-bundle-2.4.0.zip) ([SHA256 checksum](https://docs.develocity.ai/downloads/dashboards-release-bundle/dashboards-release-bundle-2.4.0.zip.sha256))
    

See [Installing the Dashboard Bundle for Amazon Athena](https://docs.develocity.ai/dashboard-bundle/2.4/athena/) for what to do with it.

The Athena archive also contains the SQL statements that set up the tables and views in Athena, which the dashboards need in order to work.

<a id="bundle-contents"></a>

## Bundle Contents

The two archives share the `dashboards` directory and differ in the supporting files they carry.

<a id="reporting-kit-variant-2"></a>

### Reporting Kit Variant

```
/
├─ README.md (1)
├─ kustomization.yaml (2)
├─ dashboards/ (3)
│  ├─ 00 - Overview/
│  │  ├─ global-volume.json
│  │  ├─ ...
│  ├─ 10 - Environment/
│  │  ├─ build-tools.json
│  │  ├─ ...
│  ├─ ...
├─ example-datasource.yaml (4)
```

1. Import instructions, and the UID the dashboards use to reference the Trino data source.
2. Kustomization file for importing the dashboards into a Kubernetes cluster, using the same Grafana sidecar conventions as the Amazon Athena variant. Optional unless you use Helm and Kubernetes to import the dashboards. See Using Grafana Provisioning With Helm and Kubernetes.
3. The JSON files of the dashboards, organized by category. The directories map to Grafana dashboard folders.
4. An example Grafana data source configuration you can import to set up the Trino data source.

<a id="amazon-athena-variant-2"></a>

### Amazon Athena Variant

```
/
├─ kustomization.yaml (1)
├─ dashboards/ (2)
│  ├─ 00 - Overview/
│  │  ├─ global-volume.json
│  │  ├─ ...
│  ├─ 10 - Environment/
│  │  ├─ build-tools.json
│  │  ├─ ...
│  ├─ ...
├─ athena/
│  ├─ ddl/ (3)
│  │   ├─ 001-1-pre-internal_build.sql
│  │   ├─ 001-2-internal_build.sql
│  │   ├─ ...
│  ├─ ...
├─ terraform/ (4)
│  ├─ modules/
│  │   ├─ ...
```

1. Kustomization file for importing the dashboards into a Kubernetes cluster. Optional unless you use Helm and Kubernetes to import the dashboards. See Using Grafana Provisioning With Helm and Kubernetes.
2. The JSON files of the dashboards, organized by category. The directories map to Grafana dashboard folders.
3. Bundles earlier than 2.4.0 nest these under athena/v2/ddl, a leftover from the V1 and V2 schema split, and also ship athena/v1 and athena/one-off directories. From 2.4.0 only the current schema ships, directly under athena/ddl.
4. Terraform modules and scripts for provisioning an Amazon Managed Grafana instance. See Using Amazon Managed Grafana With Terraform.

<a id="earlier-versions"></a>

## Earlier Versions

Before 2.4.0 the two variants were released on separate version lines. The versions below are frozen and are listed for readers still running an earlier Develocity or Reporting Kit release.

<a id="reporting-kit-variant-3"></a>

### Reporting Kit Variant

*   [Dashboard bundle 2.3.2 ZIP file](https://docs.develocity.ai/downloads/drk-user-managed-grafana-dashboards-release-bundle/drk-user-managed-grafana-dashboards-release-bundle-2.3.2.zip) ([SHA256 checksum](https://docs.develocity.ai/downloads/drk-user-managed-grafana-dashboards-release-bundle/drk-user-managed-grafana-dashboards-release-bundle-2.3.2.zip.sha256))
    
*   [Dashboard bundle 2.2.1 ZIP file](https://docs.develocity.ai/downloads/drk-user-managed-grafana-dashboards-release-bundle/drk-user-managed-grafana-dashboards-release-bundle-2.2.1.zip) ([SHA256 checksum](https://docs.develocity.ai/downloads/drk-user-managed-grafana-dashboards-release-bundle/drk-user-managed-grafana-dashboards-release-bundle-2.2.1.zip.sha256))
    
*   [Dashboard bundle 2.1.3 ZIP file](https://docs.develocity.ai/downloads/drk-user-managed-grafana-dashboards-release-bundle/drk-user-managed-grafana-dashboards-release-bundle-2.1.3.zip) ([SHA256 checksum](https://docs.develocity.ai/downloads/drk-user-managed-grafana-dashboards-release-bundle/drk-user-managed-grafana-dashboards-release-bundle-2.1.3.zip.sha256))
    
*   [Dashboard bundle 2.0.1 ZIP file](https://docs.develocity.ai/downloads/drk-user-managed-grafana-dashboards-release-bundle/drk-user-managed-grafana-dashboards-release-bundle-2.0.1.zip) ([SHA256 checksum](https://docs.develocity.ai/downloads/drk-user-managed-grafana-dashboards-release-bundle/drk-user-managed-grafana-dashboards-release-bundle-2.0.1.zip.sha256))
    

<a id="amazon-athena-variant-3"></a>

### Amazon Athena Variant

*   [Dashboard bundle 1.10.2 ZIP file](https://docs.develocity.ai/downloads/dashboards-release-bundle/dashboards-release-bundle-1.10.2.zip) ([SHA256 checksum](https://docs.develocity.ai/downloads/dashboards-release-bundle/dashboards-release-bundle-1.10.2.zip.sha256))
    
*   [Dashboard bundle 1.9.1 ZIP file](https://docs.develocity.ai/downloads/dashboards-release-bundle/dashboards-release-bundle-1.9.1.zip) ([SHA256 checksum](https://docs.develocity.ai/downloads/dashboards-release-bundle/dashboards-release-bundle-1.9.1.zip.sha256))
    
*   [Dashboard bundle 1.8.3 ZIP file](https://docs.develocity.ai/downloads/dashboards-release-bundle/dashboards-release-bundle-1.8.3.zip) ([SHA256 checksum](https://docs.develocity.ai/downloads/dashboards-release-bundle/dashboards-release-bundle-1.8.3.zip.sha256))
    
*   [Dashboard bundle 1.7.1 ZIP file](https://docs.develocity.ai/downloads/dashboards-release-bundle/dashboards-release-bundle-1.7.1.zip) ([SHA256 checksum](https://docs.develocity.ai/downloads/dashboards-release-bundle/dashboards-release-bundle-1.7.1.zip.sha256))
    
*   [Dashboard bundle 1.6.3 ZIP file](https://docs.gradle.com/develocity/legacy/reporting-aws/installation-manual/dashboard-bundles-v2/dashboards-release-bundle-1.6.3.zip) ([SHA256 checksum](https://docs.gradle.com/develocity/legacy/reporting-aws/installation-manual/dashboard-bundles-v2/dashboards-release-bundle-1.6.3.zip.sha256))
    
*   [Dashboard bundle 1.5.4 ZIP file](https://docs.gradle.com/develocity/legacy/reporting-aws/installation-manual/dashboard-bundles-v2/dashboards-release-bundle-1.5.4.zip) ([SHA256 checksum](https://docs.gradle.com/develocity/legacy/reporting-aws/installation-manual/dashboard-bundles-v2/dashboards-release-bundle-1.5.4.zip.sha256))