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.4.2 Release Notes
edit5.4.2 Release Notes
editAlso see Breaking changes in 5.0.
Bug fixes
edit- Dashboard
-
-
[Fix for #12121] Update dashboard based on url changes #12123
- We fixed a bug where certain modifications made directly to the dashboard url, such as changing panel sizes and modifying the query, failed to update dashboard without a hard refresh.
-
- Discover
-
-
[Fix for #11925] [context view] Use _doc for tie-breaking instead of _uid #12096
- To avoid filling up Elasticsearch’s fielddata cache by sorting on the _uid field in the context view, the field _doc is now used as a tiebreaker by default. The field to be used can now be configured using the context:tieBreakingFields advanced setting.
-
- Visualize