2016-10-21 04:01:34 -05:00
+++
title = "What's New in Grafana v2.5"
2019-10-03 11:20:52 -05:00
description = "Feature and improvement highlights for Grafana v2.5"
2016-10-21 04:01:34 -05:00
keywords = ["grafana", "new", "documentation", "2.5"]
type = "docs"
+++
2015-10-28 03:31:57 -05:00
# What's new in Grafana v2.5
2015-10-28 05:07:05 -05:00
## Release highlights
This is an exciting release, and we want to share some of the highlights. The release includes many
fixes and enhancements to all areas of Grafana, like new Data Sources, a new and improved timepicker, user invites, panel
resize handles and improved InfluxDB and OpenTSDB support.
### New time range controls
2016-11-04 14:29:17 -05:00
< img src = "/img/docs/whatsnew_2_5/timepicker.png" alt = "New Time picker" >
2015-10-28 05:07:05 -05:00
A new timepicker with room for more quick ranges as well as new types of relative ranges, like `Today` ,
2019-10-03 11:20:52 -05:00
`The day so far` and `This day last week` . Also an improved time and calendar picker that now works
2015-10-28 05:07:05 -05:00
correctly in UTC mode.
### Elasticsearch
2016-11-04 14:29:17 -05:00
< img src = "/img/docs/whatsnew_2_5/elasticsearch_metrics_ex1.png" alt = "Elasticsearch example" >
2015-10-28 05:07:05 -05:00
< br >
This release brings a fully featured query editor for Elasticsearch. You will now be able to visualize
2018-10-06 10:09:41 -05:00
logs or any kind of data stored in Elasticsearch. The query editor allows you to build both simple
2015-10-28 05:07:05 -05:00
and complex queries for logs or metrics.
- Compute metrics from your documents, supported Elasticsearch aggregations:
- Count, Avg, Min, Max, Sum
- Percentiles, Std Dev, etc.
- Group by multiple terms or filters
- Specify group by options like Top 5 based on Avg @value
- Auto completion for field names
2015-10-28 06:27:51 -05:00
- Query only relevant indices based on time pattern
2015-10-28 05:07:05 -05:00
- Alias patterns for short readable series names
2020-01-06 10:25:13 -06:00
Try the new Elasticsearch query editor on the [play.grafana.org ](https://play.grafana.org/dashboard/db/elasticsearch-metrics ) site.
2015-10-28 05:07:05 -05:00
### CloudWatch
2016-11-04 14:29:17 -05:00
< img src = "/img/docs/whatsnew_2_5/cloudwatch.png" alt = "Cloudwatch editor" >
2015-10-28 05:07:05 -05:00
2019-09-19 17:04:56 -05:00
Grafana 2.5 ships with a new CloudWatch data source that will allow you to query and visualize CloudWatch
2015-10-28 05:07:05 -05:00
metrics directly from Grafana.
- Rich editor with auto completion for metric names, namespaces and dimensions
- Templating queries for generic dashboards
- Alias patterns for short readable series names
### Prometheus
2016-11-04 14:29:17 -05:00
< img src = "/img/docs/whatsnew_2_5/prometheus_editor.png" alt = "Prometheus editor" >
2015-10-28 05:07:05 -05:00
2019-09-19 17:04:56 -05:00
Grafana 2.5 ships with a new Prometheus data source that will allow you to query and visualize data
2015-10-28 05:07:05 -05:00
stored in Prometheus.
### Mix different data sources
2016-11-04 14:29:17 -05:00
< img src = "/img/docs/whatsnew_2_5/mixed_data.png" alt = "Mix data sources in the same dashboard or in the same graph!" >
2015-10-28 05:07:05 -05:00
In previous releases you have been able to mix different data sources on the same dashboard. In v2.5 you
will be able to mix then on the same graph! You can enable this by selecting the built in `-- Mixed --` data source.
When selected this will allow you to specify data source on a per query basis. This will, for example, allow you
to plot metrics from different Graphite servers on the same Graph or plot data from Elasticsearch alongside
data from Prometheus. Mixing different data sources on the same graph works for any data source, even custom ones.
### Panel Resize handles
2016-11-04 14:29:17 -05:00
< img src = "/img/docs/whatsnew_2_5/panel_resize.gif" alt = "" >
2015-10-28 05:07:05 -05:00
This release adds resize handles to the the bottom right corners of panels making is easy to resize both width and height.
### User invites
2016-11-04 14:29:17 -05:00
< img src = "/img/docs/whatsnew_2_5/org_invite.png" alt = "" >
2015-10-28 05:07:05 -05:00
This version also brings some new features for user management.
- Organization admins can now invite new users (via email or manually via invite link)
- Users can signup using invite link and get automatically added to invited organization
- User signup workflow can (if enabled) contain an email verification step.
- Check out [#2353 ](https://github.com/grafana/grafana/issues/2353 ) for more info.
### Miscellaneous improvements
- InfluxDB query editor now supports math and AS expressions
- InfluxDB query editor now supports custom group by interval
- Panel drilldown link is easier to reach
- LDAP improvements (can now search for group membership if your LDAP server does not support memberOf attribute)
- More units for graph and singlestat panel (Length, Volume, Temperature, Pressure, Currency)
- Admin page for all organizations (remove / edit)
### Breaking changes
There have been some changes to the data source plugin API. If you are using a custom plugin check that there is an update for it before you upgrade. Also
2015-10-28 06:27:51 -05:00
the new time picker does not currently support custom quick ranges like the last one did. This will likely be added in a
2015-10-28 05:07:05 -05:00
future release.
### Changelog
For a detailed list and link to github issues for everything included in the 2.5 release please
view the [CHANGELOG.md ](https://github.com/grafana/grafana/blob/master/CHANGELOG.md ) file.
- - -
2017-03-21 09:37:55 -05:00
### <a href="https://grafana.com/get">Download Grafana 2.5 now</a>
2015-10-28 03:31:57 -05:00