2016-12-21 08:33:35 +01:00
+++
2020-02-11 10:35:44 -08:00
title = "What's new in Grafana v4.1"
2019-10-03 12:20:52 -04:00
description = "Feature and improvement highlights for Grafana v4.1"
2020-02-11 10:35:44 -08:00
keywords = ["grafana", "new", "documentation", "4.1.0", "release notes"]
2021-04-15 14:08:58 -07:00
aliases = ["/docs/grafana/latest/guides/whats-new-in-v4-1/"]
2020-11-09 21:26:49 +01:00
weight = -8
2020-11-17 16:16:49 +01:00
[_build]
list = false
2016-12-21 08:33:35 +01:00
+++
2018-05-18 11:49:00 +02:00
## What's new in Grafana v4.1
2021-08-06 07:52:36 -06:00
2016-12-21 08:33:35 +01:00
- **Graph**: Support for shared tooltip on all graphs as you hover over one graph. [#1578 ](https://github.com/grafana/grafana/pull/1578 ), [#6274 ](https://github.com/grafana/grafana/pull/6274 )
- **Victorops**: Add VictorOps notification integration [#6411 ](https://github.com/grafana/grafana/issues/6411 ), thx [@ichekrygin ](https://github.com/ichekrygin )
- **Opsgenie**: Add OpsGenie notification integratiion [#6687 ](https://github.com/grafana/grafana/issues/6687 ), thx [@kylemcc ](https://github.com/kylemcc )
2020-11-03 11:09:49 +00:00
- **Cloudwatch**: Make it possible to specify access and secret key on the data source configuration page [#6697 ](https://github.com/grafana/grafana/issues/6697 )
2016-12-21 08:33:35 +01:00
- **Elasticsearch**: Added support for Elasticsearch 5.x [#5740 ](https://github.com/grafana/grafana/issues/5740 ), thx [@lpic10 ](https://github.com/lpic10 )
- **Panel**: Added help text for panels. [#4079 ](https://github.com/grafana/grafana/issues/4079 ), thx [@utkarshcmu ](https://github.com/utkarshcmu )
- [Full changelog ](https://github.com/grafana/grafana/blob/master/CHANGELOG.md )
### Shared tooltip
2021-05-28 11:27:40 +02:00
{{< figure class="float-right" max-width="60%" src="/static/img/docs/v41/shared_tooltip.gif" caption="Shared tooltip" >}}
2016-12-21 08:33:35 +01:00
2018-05-18 11:49:00 +02:00
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.
2019-10-07 13:56:00 +01:00
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.
2016-12-21 08:33:35 +01:00
<div class="clearfix"></div>
### Help text for panel
2021-05-28 11:27:40 +02:00
{{< figure class="float-right" max-width="60%" src="/static/img/docs/v41/helptext_for_panel_settings.png" caption="Hovering help text" >}}
2016-12-21 08:33:35 +01:00
2018-04-13 20:02:45 +02:00
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.
2016-12-21 08:33:35 +01:00
<div class="clearfix"></div>
2021-05-28 11:27:40 +02:00
{{< figure class="float-right" max-width="60%" src="/static/img/docs/v41/helptext_hover.png" caption="Hovering help text" >}}
2016-12-21 08:33:35 +01:00
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.
2021-08-06 07:52:36 -06:00
2016-12-21 08:33:35 +01:00
<div class="clearfix"></div>
### Easier Cloudwatch configuration
2021-05-28 11:27:40 +02:00
{{< figure class="float-right" max-width="60%" src="/static/img/docs/v41/cloudwatch_settings.png" caption="Cloudwatch configuration" >}}
2016-12-21 08:33:35 +01:00
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.
2018-05-18 11:49:00 +02:00
Once the `access key` and `secret key` have been saved the user will no longer be able to view them.
2021-08-06 07:52:36 -06:00
2016-12-21 08:33:35 +01:00
<div class="clearfix"></div>
2019-10-03 12:20:52 -04:00
## Upgrade and Breaking changes
2016-12-21 08:33:35 +01:00
2017-01-11 10:50:13 +01:00
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.
2016-12-21 08:33:35 +01:00
## Changelog
2019-12-10 19:23:07 +01:00
Check out the [CHANGELOG.md ](https://github.com/grafana/grafana/blob/master/CHANGELOG.md ) file for a complete list
2016-12-21 08:33:35 +01:00
of new features, changes, and bug fixes.
## Download
2019-10-03 12:20:52 -04:00
Head to [v4.1 download page ](/download/4_1_0/ ) for download links and instructions.
2016-12-21 08:33:35 +01:00
## Thanks
2021-08-06 07:52:36 -06:00
2019-10-03 12:20:52 -04:00
A big thanks to all the Grafana users who contribute by submitting PRs, bug reports and feedback!