diff --git a/docs/sources/guides/whats-new-in-v7-2.md b/docs/sources/guides/whats-new-in-v7-2.md index 26bba99ea84..7f93704e549 100644 --- a/docs/sources/guides/whats-new-in-v7-2.md +++ b/docs/sources/guides/whats-new-in-v7-2.md @@ -23,6 +23,10 @@ The main highlights are: - [**Table column filters**]({{< relref "#table-column-filters" >}}) - [**New and improved transforms**]({{< relref "#new-and-improved-transforms" >}}) - [**Field override matchers**]({{< relref "#field-override-matchers" >}}) +- [**Grafana Enterprise features**]({{< relref "#grafana-enterprise-features" >}}) + - [**Report time range**]({{< relref "#report-time-range" >}}) + - [**Organization-wide report settings**]({{< relref "#organization-wide-report-settings" >}}) + - [**Report grid layout**]({{< relref "#report-grid-layout" >}}) ## Date formatting options @@ -77,6 +81,26 @@ Before Grafana v7.2 alert notification channels did not store sensitive settings Please read the [upgrade notes]({{< relref "../installation/upgrading.md#ensure-encryption-of-existing-alert-notification-channel-secrets" >}}) for more information and how to migrate. +## Grafana Enterprise features + +General features are included in the Grafana Enterprise edition software. + +### Report time range + +Report time range can be now customized separately per report, in the report form. By default, the time range from the report's dashboard would apply. + +### Organization-wide report settings + +You can now configure organization-wide report settings, such as report branding, in the **Settings** tab on the **Reporting** page. Settings are applied to all the reports for current organization. + +{{< docs-imagebox img="/img/docs/enterprise/reports_settings.png" max-width="500px" class="docs-image--no-shadow" caption="Reports settings" >}} + +### Report grid layout + +A new layout option is available to render reports: the grid layout. With this option, your reports will be closer to your dashboards by showing panels in the same layout as they appear on the dashboard. + +The grid layout is also available for the [Export dashboard as PDF]({{< relref "../enterprise/export-pdf.md" >}}) feature. + ## Upgrading See [upgrade notes]({{< relref "../installation/upgrading.md" >}}). @@ -85,4 +109,3 @@ See [upgrade notes]({{< relref "../installation/upgrading.md" >}}). Check out [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md) for a complete list of new features, changes, and bug fixes. -