[DOCS] Adds note about Timelion to breaking changes doc (#32435)

This commit is contained in:
gchaps 2019-03-05 09:06:31 -08:00 committed by GitHub
parent 4282f1917d
commit 7ee8b90a40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -505,6 +505,15 @@ multiple split tables will now see those tables rendered differently.
*Impact:* Minimal. In most cases, the dashboards should render as they did previously. In some cases, panels might overflow and require scroll bars where they did not previously. Simply adjust the panel sizes and edit your dashboard layouts if these bother you.
[float]
==== Timelion no longer appears in the side navigation
*Details:* Timelion sheets will continue to work in *Visualize*, but the
Timelion application no longer appears by default in the {kib} side navigation.
*Impact:* To create a Timelion visualization, go to *Visualize* and select
*Timelion* from the visualization types. If you have a lot of existing Timelion
visualizations and want to add Timelion back in the side
navigation, set `timelion.ui.enabled` to `true` in `kibana.yml`.