Commit b15d0388 by Diana Payton Committed by GitHub

Docs: Update whats-new-in-v6-7.md (#22737)

* Update whats-new-in-v6-7.md
parent 1256d9e7
......@@ -29,33 +29,38 @@ Grafana 6.7 comes with a lot of new features and enhancements:
## General features
General features are included in all Grafana editions.
### Query history
> BETA: Query history is a beta feature. It is local to your browser and is not shared with others.
Query history is a new feature that lets you view and interact with the queries that you have previously run in Explore. You can add queries to the Explore query editor, write comments, create and share URL link, star your favourite queries and much more. Starred queries are displayed in "Starred" tab as well, so it is easier to reuse queries that you run often without typing them from scratch.
Query history is a new feature that lets you view and interact with the queries that you have previously run in Explore. You can add queries to the Explore query editor, write comments, create and share URL links, star your favorite queries, and much more. Starred queries are displayed in Starred tab, so it is easier to reuse queries that you run often without typing them from scratch.
Learn more about query history in [documentation]({{< relref "../features/explore" >}}).
Learn more about query history in [Explore]({{< relref "../features/explore" >}}).
{{< docs-imagebox img="/img/docs/v67/rich-history.gif" max-width="1024px" caption="Query history" >}}
### Azure OAuth
Grafana 6.7 comes with a new OAuth integration for Microsoft Azure Active Directory. It’s possible to assign Users and Groups to Grafana roles from the Azure Portal. Learn how to enable and configure it in the [documentation]({{< relref "../auth/azuread/" >}}).
Grafana v6.7 comes with a new OAuth integration for Microsoft Azure Active Directory. You can now assign users and groups to Grafana roles from the Azure Portal. Learn how to enable and configure it in [Azure AD OAuth2 authentication]({{< relref "../auth/azuread/" >}}).
### Enforce minimum dashboard refresh interval
Allowing a low dashboard refresh interval can cause severe load on data sources and Grafana. Grafana v6.7 allows you to restrict the dashboard refresh interval so it cannot be set lower than a given interval. This provides a way for administrators to control dashboard refresh behavior on a global level.
Refer to min_refresh_interval in [Configuration]({{< relref "../administration/configuration/#min-refresh-interval" >}}) for further information and how to enable this.
Refer to min_refresh_interval in [Configuration]({{< relref "../administration/configuration/#min-refresh-interval" >}}) for more information and how to enable this feature.
### Stackdriver project selector
### Stackdriver Project Selector
A Stackdriver data source in Grafana is configured for one service account only. That service account is always associated with a default project in Google Cloud Platform (GCP). Depending on your setup in GCP, the service account might be granted access to more projects than just the default project.
In Grafana 6.7, the query editor has been enhanced with a project selector that makes it possible to query different projects without changing datasource. Many thanks [Eraac](https://github.com/Eraac), [eliaslaouiti](https://github.com/eliaslaouiti) and [NaurisSadovskis](https://github.com/NaurisSadovskis) for making this happen!
In Grafana 6.7, the query editor has been enhanced with a project selector that makes it possible to query different projects without changing datasource. Many thanks [Eraac](https://github.com/Eraac), [eliaslaouiti](https://github.com/eliaslaouiti), and [NaurisSadovskis](https://github.com/NaurisSadovskis) for making this happen!
## Grafana enterprise features
## Grafana Enterprise features
### White Labeling for application title
This release adds a new white labeling option to customize the application title. Learn how to configure it in the [documentation]({{< relref "../enterprise/white-labeling/" >}}).
General features are included in the Grafana Enterprise edition software.
### White labeling customizes application title
This release adds a new white labeling option to customize the application title. Learn how to configure it in [White labeling]({{< relref "../enterprise/white-labeling/" >}}).
```
[white_labeling]
......@@ -63,8 +68,9 @@ This release adds a new white labeling option to customize the application title
app_title = Your Company
```
### Reporting configuration for timeout and concurrency
This release adds more configuration for the reporting feature rendering requests. You can set the panel rendering request timeout and the maximum number of concurrent calls to the rendering service in your configuration. Learn how to do it in the [documentation]({{< relref "../enterprise/reporting/" >}}).
### Configure reporting for timeout and concurrency
This release adds more configuration for the reporting feature rendering requests. You can set the panel rendering request timeout and the maximum number of concurrent calls to the rendering service in your configuration. Learn how to do it in [Reporting]({{< relref "../enterprise/reporting/" >}}).
```
[reporting]
......@@ -74,13 +80,17 @@ rendering_timeout = 10s
concurrent_render_limit = 10
```
### Export dashboard as pdf
This feature allows you to export the dashboard as a PDF document. All dashboard panels will be rendered as images and added into the PDF document.
### Export dashboard as PDF
This feature allows you to export a dashboard as a PDF document. All dashboard panels will be rendered as images and added into the PDF document. Learn more in [Export dashboard as PDF]({{< relref "../enterprise/export-pdf/" >}}).
### Report landscape mode
You can now use either portrait or landscape mode in your reports. Portrait will render three panels per page and landscape two.
{{< docs-imagebox img="/img/docs/enterprise/reports_create_new.png" max-width="1024px" caption="New report" >}}
[Reporting]({{< relref "../enterprise/reporting/" >}}) has been updated as a result of this change.
### Azure OAuth Team Sync support
When setting up OAuth with Microsoft Azure AD it’s now possible to sync Azure groups with Teams in Grafana.
[Learn more]({{< relref "../auth/azuread/#team-sync-enterprise-only" >}}).
When setting up OAuth with Microsoft Azure AD, you can now sync Azure groups with Teams in Grafana.
Learn more in [Team sync]({{< relref "../enterprise/team-sync/" >}}).
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