WARNING: Version 4.4 of Kibana has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Kibana 4.4 Release Notes
editKibana 4.4 Release Notes
editThe 4.4 release of Kibana requires Elasticsearch 2.2 or later.
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.
Enhancements
edit- Issue 1362: Color palette selector added.
- Issue 1553: Kibana can shorten URLs for shared or embedded items.
- Issue 5733: Time-based index pattern expansion can be set at index pattern creation time.
- Issue 5775: Adds a configuration option to change the maximum payload size sent to the server.
- Issue 4966: Logo is now in SVG format.
- Issue 3625: Downloaded visualizations now use the visualization name as the filename.
-
Issue 5279: Large strings are truncated with an ellipsis (
...
). - Issue 5241: Truncated visualization names are displayed in full as tooltips.
Bug Fixes
edit- Issue 5897: Embedding links no longer include navigation and search bars.
- Issue 5896: Bookmarked URLs to saved filtered searches from a previous version of Kibana display correctly.
- Issue 5744: Fixes bug that caused incorrect display of "No results found" in some cases.
- Issue 5824: Corrects a fatal error when Kibana starts with node x86 on Windows x64 systems.
Plugin System Changes
edit- Issue 5226: Plugins are explicit when they start to route.
- Pull Request 5725: Plugins can extend Chrome navigation.
- Issue 4720: Adds support for zip compression.
- Pull Request 5704: Removes Github shortcuts from the plugin installer.
- Issue 5661: Fixes the plugin optimization path.
- Pull Request 5538: Apps can use empty export types.