WARNING: Version 5.5 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.
5.6.0 Release Notes
edit5.6.0 Release Notes
editAlso see Breaking changes in 5.0.
Enhancements
edit- Management
-
- Uses SavedObjectsClient for UI Settings #12747
-
[Management] Provide a way to fetch index pattern titles #13030
- This PR adds another method to the indexPatterns service to fetch index patterns titles. Since the code was nearly identical to how index pattern ids are fetched, I decided to slightly refactor the function to accept a parameter for which property to fetch from the index pattern. I’ve updated all usages to the new approach.
- Operations
-
- Saved objects compatibility layer #12648
- [Fix for #10779] Support v6 mappings for saved objects import/export #12792
- [Fix for #11388] [5.x] Allow running Kibana against the next major version of Elasticsearch #11803
- [elasticsearch/migrateConfig] use server.savedObjectsClientFactory() #12767
- Adds bulk_get to SavedObjects #12426
- Uses SavedObjects API in Courier Saved Object #12407
- [elasticsearch] patch mappings that are missing types #12783
- Platform
- Sharing
- Visualization
-
- Adding ability to configure grid for TSVB #12385
-
Adding option for controlling if last bucket is dropped for TSVB #12379
- This PR creates an option in "Panel Options" and the metric index pattern override to allow the user to control if the last bucket should be dropped. By default TSVB will drop the last bucket since most of the time it’s incomplete. This also changes the method for dropping the last bucket to a more reliable method.
- Fixes #12602 - Change TSVB Fields API to use fieldCaps API #12611
Bug fixes
edit- Dev Tools
-
- [Fix for #10677] Keep top line in view when resizing Console to avoid losing user context #13695
- Discover
-
- Fix call to suggestions API to correctly use index pattern title #12917
- [Fix for #12745] Handle booleans in filter editor #13406
- [Fix for #12416] Fix fixed-scroll on Discover page #13516
- [Fix for #12955] Improves dark theme support in the filter editor #13522
- [Fix for #13080] Fix blank index pattern selector in Discover #13715
- [Fix for #13486] Hide errors due to unsupported _field_stats api #13670
- Management
-
- Remove translations from management section #13049
- Platform
-
- Remove Version Check for Dashboard Import API #12476
- Toast Notification should handle connection failed #12609
-
[Fix for #12933] [chrome/nav/lastUrl] do not track redirect routes #13432
- When you navigate to a URL that Kibana doesn’t recognize it tries to be helpful and send you to discover. At the same time it tries to remember the URL you were last using in each app and bring back where you left off when you come back. Unfortunately, these two features recently collided. If you somehow ended up at an unknown URL that looked like the URL for an app other than discover Kibana would get confused and remember the bad URL and immediately redirect you to discover. If you didn’t give up right away you would probably try to go back to the app, but since it Kibana is trying to be helpful it would send you right back to the bad URL and then back to discover… Stupid right?! Well, it won’t happen anymore!
- Sharing
- Visualization
-
- Date histogram axis label not getting updated when time interval changes #12950
-
Fixes #11721 - Fix bug with axis updating when data format is changed in TSVB #12386
- Axes in the Time Series Visual Builder now correctly update when changing a data formatter.
- [Fix for #12866] Use devicePixelRatio to scale up and down canvas values in TSVB for Tooltip #13565
- [Fix for #9530] Don’t declare empty properties in Timelion’s bool query #9573
- [Fix for #11490] fix range agg label on heatmap y axis #12754
-
[Fix for #12838] fix gauge field formatters #12913
- metric/goal/gauge now correctly respect the fieldFormatters when multiple metrics are defined.
-
don’t hide metric if show labels is false #13637
- goal/gauge show labels option should only hide the labels not the metric value
- [Fix for #13546] custom value axis title should not be overiden #13639
-
[Fix for #12856, #13438] Fix/upgrade vis #13659
- fixes issues with upgrading visualizations to 5.4/5.5/5.6
-
[Fix for #12623, #13147, #12713] fix metric wrapping and legend #13242
- metric visualization should wrap multiple metrics in multiple lines when horizontal space is not available
- ensure spy panel obscures underlying visualization #12502
- [Fix for #13267, #13517] fix available metric aggs #13518
- [Fix for #12693] Fixes #12693 - Fixing a spelling error in TSVB #12695
- [Fix for #13244] [visualize spy] Pull index title instead of id #13254
- [Fix for #13562] gauge/goal should not try to display negative values #13638
- [Fix for #13622] fix IE11 vislib error #13830
- use new staging server for catalogue manifest #12521