-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timelion App removal in 7.16 #100987
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
Additional notes here:
If I am not mistaken the
|
Will this impact timelion viz present in dashboards as well? If they're planned for removal what to we have to help aid in conversion to lens panels? |
@matschaffer This does NOT affect timelion visualizations on dashboards (or in the visualization library) or the timelion datasource in Canvas (as stated in the description above). This will only remove the application (that is also disabled by default since 7.0 unless you set some specific kibana.yml setting). |
Phew! thanks 🧡 |
This issue only relates to the timelion application, not timelion visualizations on dashboards or the timelion data source in Canvas.
The timelion application was deprecated in 7.0 and since then is only available when you turn on a flag
kibana.yml
to still see it. We planned to remove the timelion application in 8.0 of Kibana. Instead we recommend users to use timelion visualizations and dashboards or Canvas to work with timelion. The timelion language in those is the same and is not scheduled for any removal from Kibana.The timelion application itself is still written in AngularJS and since we plan to remove it in 8.0 we had no plans to rewrite it into React and our Elastic UI framework. Unfortunately AngularJS end of life for any security patches is before our 8.0 release is planned. We consider it a too high risk for our users leaving Timelion with an unsupported Angular version in 7.16 and remove it in 8.0.
Thus we decided to remove the timelion application already in 7.16, even though that constitutes a breaking change, that we'd have preferred doing in a major version. However we consider the safety of our users' systems and not exposing them to security vulnerabilites more important than sticking to the purity of semantic versioning.
Please also check the deprecation note in the timelion documentation and the release notes of 7.10 for more information about migrating existing timelion workpads to dashboards.
Todos
The text was updated successfully, but these errors were encountered: