kibana/docs/releasenotes.asciidoc

28 lines
1.2 KiB
Text
Raw Normal View History

[[releasenotes]]
== Kibana 4.4 Release Notes
The 4.4 release of Kibana requires Elasticsearch 2.2 or later.
2015-11-24 17:25:14 +01:00
Using event times to create index names is no longer supported as of this release. Current versions of Elasticsearch
include sophisticated date parsing APIs that Kibana uses to determine date information, removing the need to specify dates
in the index pattern name.
[float]
2015-11-24 17:25:14 +01:00
[[enhancements]]
== Enhancements
// * {k4issue}5109[Issue 5109]: Adds custom JSON and filter alias naming for filters.
// * {k4issue}1726[Issue 1726]: Adds a color field formatter for value ranges in numeric fields.
// * {k4issue}4342[Issue 4342]: Increased performance for wildcard indices.
// * {k4issue}1600[Issue 1600]: Support for global time zones.
// * {k4pull}5275[Pull Request 5275]: Highlighting values in Discover can now be disabled.
// * {k4issue}5212[Issue 5212]: Adds support for multiple certificate authorities.
// * {k4issue}2716[Issue 2716]: The open/closed position of the spy panel now persists across UI state changes.
2015-10-08 01:35:07 +02:00
2015-10-08 01:44:44 +02:00
[float]
[[bugfixes]]
2015-10-08 01:35:07 +02:00
== Bug Fixes
// * {k4issue}5165[Issue 5165]: Resolves a display error in embedded views.
// * {k4issue}5021[Issue 5021]: Improves visualization dimming for dashboards with auto-refresh.