1+++
2title = "What's new in Grafana v4.4"
3description = "Feature and improvement highlights for Grafana v4.4"
4keywords = ["grafana", "new", "documentation", "4.4.0", "release notes"]
5aliases = ["/docs/grafana/latest/guides/whats-new-in-v4-4/"]
6weight = -11
7[_build]
8list = false
9+++
10
11## What's new in Grafana v4.4
12
13Grafana v4.4 is now [available for download](https://grafana.com/grafana/download/4.4.0).
14
15**Highlights**:
16
17- Dashboard History - version control for dashboards.
18
19## New Features
20
21**Dashboard History**: View dashboard version history, compare any two versions (summary and json diffs), restore to old version. This big feature
22was contributed by **Walmart Labs**. Big thanks to them for this massive contribution!
23Initial feature request: [#4638](https://github.com/grafana/grafana/issues/4638)
24Pull Request: [#8472](https://github.com/grafana/grafana/pull/8472)
25
26## Enhancements
27
28- **Elasticsearch**: Added filter aggregation label [#8420](https://github.com/grafana/grafana/pull/8420), thx [@tianzk](github.com/tianzk)
29- **Sensu**: Added option for source and handler [#8405](https://github.com/grafana/grafana/pull/8405), thx [@joemiller](github.com/joemiller)
30- **CSV**: Configurable csv export datetime format [#8058](https://github.com/grafana/grafana/issues/8058), thx [@cederigo](github.com/cederigo)
31- **Table Panel**: Column style that preserves formatting/indentation (like pre tag) [#6617](https://github.com/grafana/grafana/issues/6617)
32- **DingDing**: Add DingDing Alert Notifier [#8473](https://github.com/grafana/grafana/pull/8473) thx [@jiamliang](https://github.com/jiamliang)
33
34## Minor Enhancements
35
36- **Elasticsearch**: Add option for result set size in raw_document [#3426](https://github.com/grafana/grafana/issues/3426) [#8527](https://github.com/grafana/grafana/pull/8527), thx [@mk-dhia](github.com/mk-dhia)
37
38## Bug Fixes
39
40- **Graph**: Bug fix for negative values in histogram mode [#8628](https://github.com/grafana/grafana/issues/8628)
41
42## Download
43
44Head to the [v4.4 download page](https://grafana.com/grafana/download) for download links and instructions.
45
46## Thanks
47
48A big thanks to all the Grafana users who contribute by submitting PRs, bug reports, helping out on our [community site](https://community.grafana.com/) and providing feedback!
49