-
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
Add Timelion deprecation warning to the migration assistant #63014
Comments
Pinging @elastic/kibana-operations (Team:Operations) |
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
Right now the upgrade assistant has not been used to surface deprecations like these, only ES index-level deprecations. So we don't have the mechanism to add a deprecation notice on the upgrade assistant. cc @timroes @rayafratkina @timductive So after syncing with Tim will close it. |
@stratoula if user does not notice the deprecation before migration, their existing sheets will be gone, they will not show up as visualizations. Correct? I understand the existing upgrade assistant infrastructure does not support this but have we talked to the operations team about how hard it would be to add? |
FYI, we have an issue open that describes adding the ability to surface Kibana plugin deprecations in Upgrade Assistant (#54702). |
@rayafratkina I am re-discussing it with the Elasticsearch-ui team if we could add this to their roadmap and let you know. I will re-open it until we make a conclusion |
We decided here to procced with adding a server log, informing the user that the Timelion app is going to be removed on v8.0 when Timelion sheets are detected. |
* Add Timelion deprecation warning to the migration assistant Closes: #63014 * fix PR comments * update message * fix integration tests Co-authored-by: Elastic Machine <[email protected]>
* Add Timelion deprecation warning to the migration assistant Closes: elastic#63014 * fix PR comments * update message * fix integration tests Co-authored-by: Elastic Machine <[email protected]>
* Add Timelion deprecation warning to the migration assistant Closes: #63014 * fix PR comments * update message * fix integration tests Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Describe the feature:
Per #63012 we are planning to remove Timelion app in 8.0
To make this migration easier, we would like to add a note in the migration assistant if it detects Timelion is enabled or sheets exists
The text was updated successfully, but these errors were encountered: