grafana/docs/sources/whatsnew/whats-new-in-v4-1.md
Connor Lindsey b78a67cec7
PackageJson: Prettify markdown/mdx on commit with lint-staged (#37616)
* Format md,mdx files with prettier on lint-staged

* Manually run prettier on docs/sources
2021-08-06 07:52:36 -06:00

3.6 KiB

+++ title = "What's new in Grafana v4.1" description = "Feature and improvement highlights for Grafana v4.1" keywords = ["grafana", "new", "documentation", "4.1.0", "release notes"] aliases = ["/docs/grafana/latest/guides/whats-new-in-v4-1/"] weight = -8 [_build] list = false +++

What's new in Grafana v4.1

  • Graph: Support for shared tooltip on all graphs as you hover over one graph. #1578, #6274
  • Victorops: Add VictorOps notification integration #6411, thx @ichekrygin
  • Opsgenie: Add OpsGenie notification integratiion #6687, thx @kylemcc
  • Cloudwatch: Make it possible to specify access and secret key on the data source configuration page #6697
  • Elasticsearch: Added support for Elasticsearch 5.x #5740, thx @lpic10
  • Panel: Added help text for panels. #4079, thx @utkarshcmu
  • Full changelog

Shared tooltip

{{< figure class="float-right" max-width="60%" src="/static/img/docs/v41/shared_tooltip.gif" caption="Shared tooltip" >}}

Showing the tooltip on all panels at the same time has been a long standing request in Grafana and we are really happy to finally be able to release it. You can enable/disable the shared tooltip from the dashboard settings menu or cycle between default, shared tooltip and shared crosshair by pressing Ctrl/Cmd+O.

Help text for panel

{{< figure class="float-right" max-width="60%" src="/static/img/docs/v41/helptext_for_panel_settings.png" caption="Hovering help text" >}}

You can set a help text in the general tab on any panel. The help text is using Markdown to enable better formatting and linking to other sites that can provide more information.

{{< figure class="float-right" max-width="60%" src="/static/img/docs/v41/helptext_hover.png" caption="Hovering help text" >}}

Panels with a help text available have a little indicator in the top left corner. You can show the help text by hovering the icon.

Easier Cloudwatch configuration

{{< figure class="float-right" max-width="60%" src="/static/img/docs/v41/cloudwatch_settings.png" caption="Cloudwatch configuration" >}}

In Grafana 4.1.0 you can configure your Cloudwatch data source with access key and secret key directly in the data source configuration page. This enables people to use the Cloudwatch data source without having access to the filesystem where Grafana is running.

Once the access key and secret key have been saved the user will no longer be able to view them.

Upgrade and Breaking changes

Elasticsearch 1.x is no longer supported. Please upgrade to Elasticsearch 2.x or 5.x. Otherwise Grafana 4.1.0 contains no breaking changes.

Changelog

Check out the CHANGELOG.md file for a complete list of new features, changes, and bug fixes.

Download

Head to v4.1 download page for download links and instructions.

Thanks

A big thanks to all the Grafana users who contribute by submitting PRs, bug reports and feedback!