WARNING: Version 4.3 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.3 Release Notes
editKibana 4.3 Release Notes
editThe 4.3 release of Kibana requires Elasticsearch 2.1 or later.
Using event times to create index names is deprecated in this release of Kibana. Support for this functionality will be removed entirely in the next major Kibana release. Elasticsearch 2.1 includes 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 5109: Adds custom JSON and filter alias naming for filters.
- Issue 1726: Adds a color field formatter for value ranges in numeric fields.
- Issue 4342: Increased performance for wildcard indices.
- Issue 1600: Support for global time zones.
- Pull Request 5275: Highlighting values in Discover can now be disabled.
- Issue 5212: Adds support for multiple certificate authorities.
- Issue 2716: The open/closed position of the spy panel now persists across UI state changes.
Bug Fixes
edit- Issue 5165: Resolves a display error in embedded views.
- Issue 5021: Improves visualization dimming for dashboards with auto-refresh.
Kibana 4.3.1 Release Notes
edit- Fixes XSS vulnerability (CVE pending) - Thanks to Vladimir Ivanov for responsibly reporting.
- Pull Request 5469: Fixes a caching issue when creating new index patterns.
- Pull Request 5509: Prevents exception on discover panel when using non-time-based patterns.
- Pull Request 5525: Non-standard cookie format no longer causes fatal error.
- Pull Request 5536: Fixes broken image links on URL formatter.
- Pull Request 5542: Uses a modern cipher list for TLS.
- Pull Request 5560: Removes brushing ability when dealing with non-time-based indices.
- Pull Request 5571: Fixes fatal error when using Shield and a time range with no results.
- Pull Request 5572: Improves Elasticsearch version verification.
- Pull Request 5586: Fixes fatal error when trying to "export all" on large datasets.
- Pull Request 5587: Fixes xsrf-token-related fatal error when server restarts.
- Pull Request 5598: Allows passing node flags via NODE_OPTIONS.
- Pull Request 5603: Bump node.js version from 0.12.7 to 0.12.9 due to security fixes in node.
- Pull Request 5636: Fixes bug that would cause plugin install to fail.
- Pull Request 5642: Fixes sorting behavior when wildcard index pattern matches multiple prefixes.