mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: adds SAML and Okta to What's new in 7.0 (#24629)
* Docs: adds SAML and Octa to What's new in 7.0 * Update docs/sources/guides/whats-new-in-v7-0.md Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> * Update docs/sources/guides/whats-new-in-v7-0.md Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com> * Docs: review fixes * Docs: review feedback Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
This commit is contained in:
parent
f769ed035d
commit
c066c6047e
@ -23,8 +23,8 @@ The Grafana 7.0 stable release is scheduled for the 18th of May. In the meantime
|
||||
The main highlights are:
|
||||
|
||||
- [**New Panel Editor** Redesign based on community feedback.]({{< relref "#new-panel-editor" >}})
|
||||
- [**Explore:** New tracing UI and support for visualizing Jaeger and Zipkin traces.]({{< relref "#new-tracing-ui" >}})
|
||||
- [**Enterprise** Usage Analytics and Presence.]({{< relref "#grafana-enterprise" >}})
|
||||
- [**Explore** New tracing UI and support for visualizing Jaeger and Zipkin traces.]({{< relref "#new-tracing-ui" >}})
|
||||
- [**Enterprise** Usage insights, Presence indicator, and Auth improvements.]({{< relref "#grafana-enterprise" >}})
|
||||
- [**Transformations** Transformations and simple Math operations for all data sources.]({{< relref "#transformations" >}})
|
||||
- [**Field overrides** Automatically configure panels with data from queries.]({{< relref "#field-overrides" >}})
|
||||
- [**Table** New Table panel.]({{< relref "#table-panel" >}})
|
||||
@ -182,11 +182,19 @@ This includes problems like:
|
||||
|
||||
{{< docs-imagebox img="/img/docs/v70/dashboard_insights_users.png" max-width="1024px" caption="Dashboard Insights Users" >}}
|
||||
|
||||
### Usage analytics and presence
|
||||
### Usage insights and Presence indicator
|
||||
|
||||
This release includes a series of features that build on our new usage analytics engine. Features like improved dashboard search to sort dashboards by usage and errors. When a user opens a dashboard, they will see a presence indicator of who else is viewing the same dashboard. And finally open a dashboard usage stats drawer to view recent dashboard usage.
|
||||
|
||||
{{< docs-imagebox img="/img/docs/v70/presence_indicator.jpg" max-width="1024px" caption="Grafana Enterprise - Presence Indicator" >}}
|
||||
{{< docs-imagebox img="/img/docs/v70/presence_indicator.jpg" max-width="1024px" caption="Grafana Enterprise - Presence indicator" >}}
|
||||
|
||||
### SAML Role and Team Sync
|
||||
|
||||
SAML support in Grafana Enterprise is improved by adding Role and Team Sync. Read more about how to use these features in the [SAML team sync documentation]({{< relref "../enterprise/saml.md#configure-team-sync" >}}).
|
||||
|
||||
### Okta OAuth Team Sync
|
||||
|
||||
Okta gets its own provider which adds support for Team Sync. Read more about it in the [Okta documentation]({{< relref "../auth/okta.md" >}}).
|
||||
|
||||
## Upgrading
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user