Commit 4167f9d8 by Alex Khomenko Committed by GitHub

Docs: Add 7.2 Enterprise features (#27497)

* Docs: Add new Enterprise features

* Docs: Fix spelling

* Update docs/sources/guides/whats-new-in-v7-2.md

Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>

* Docs: Add top links

Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
parent 6e3e0dea
...@@ -23,6 +23,10 @@ The main highlights are: ...@@ -23,6 +23,10 @@ The main highlights are:
- [**Table column filters**]({{< relref "#table-column-filters" >}}) - [**Table column filters**]({{< relref "#table-column-filters" >}})
- [**New and improved transforms**]({{< relref "#new-and-improved-transforms" >}}) - [**New and improved transforms**]({{< relref "#new-and-improved-transforms" >}})
- [**Field override matchers**]({{< relref "#field-override-matchers" >}}) - [**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 ## Date formatting options
...@@ -77,6 +81,26 @@ Before Grafana v7.2 alert notification channels did not store sensitive settings ...@@ -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. 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 ## Upgrading
See [upgrade notes]({{< relref "../installation/upgrading.md" >}}). See [upgrade notes]({{< relref "../installation/upgrading.md" >}}).
...@@ -85,4 +109,3 @@ 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. Check out [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md) for a complete list of new features, changes, and bug fixes.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment