Skip to content
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

[New Platform Migration]: Management - Shim apps #47431

Closed
19 tasks done
mattkime opened this issue Oct 7, 2019 · 4 comments
Closed
19 tasks done

[New Platform Migration]: Management - Shim apps #47431

mattkime opened this issue Oct 7, 2019 · 4 comments
Labels
Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages Feature:NP Migration

Comments

@mattkime
Copy link
Contributor

mattkime commented Oct 7, 2019

NP management provides a similar API as the NP app interface - therefore existing management apps will need to go through a similar transition process as regular kibana plugins. This primarily involves moving dependencies to the top level, shimming, and then swapping in new platform APIs as possible.

We can only implement the NP Management API once all dependencies on old platform angular apis are cut. NP Management apps can still use angular but they need to do their own bootstrapping and therefore won't (at least by default) have access to old platform functionality.

Existing Management apps vary significantly in their reliance on angular apis. Team owners of apps may be responsible for this transition.

Management Apps

Elasticsearch

  • Index Management
  • Index Lifecycle Policies
  • Rollup Jobs
  • Cross-Cluster Replication (Move CCR out of legacy #62890)
  • Remote Clusters
  • Watcher
  • Snapshot and Restore
  • License Management
  • Upgrade Assistant

Kibana

Other

@mattkime mattkime added Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages Feature:NP Migration Team:AppArch labels Oct 7, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@sainthkh
Copy link
Contributor

sainthkh commented Oct 7, 2019

Index Patterns, Saved Objects, Advanced Settings will be handled at #47022.

@walterra
Copy link
Contributor

We got rid of all angular depedencies for Machine Learning / Job list in #59762.

@lukeelmers
Copy link
Member

Closing per our discussion this morning; please re-open if i've missed something

kibana-app-arch automation moved this from 7.8 to Done in current release Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages Feature:NP Migration
Projects
kibana-app-arch
  
Done in current release
Development

No branches or pull requests

5 participants