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

Start Kibana with only one plugin (New Platform) #53586

Closed
timroes opened this issue Dec 19, 2019 · 2 comments
Closed

Start Kibana with only one plugin (New Platform) #53586

timroes opened this issue Dec 19, 2019 · 2 comments
Labels
enhancement New value added to drive a business result Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@timroes
Copy link
Contributor

timroes commented Dec 19, 2019

I think once we have cut off the old platform and have everything over at (new) Kibana platform, the dependency system, should make it easy to build a command, that we can quickly start Kibana with just one specific plugin. I think that would be very useful for development purposes, since some teams (e.g. APM) currently just trying to manually disable most plugins not needed (but you need to figure that out by yourself).

I'd imagine that we have the following commands to start Kibana just with a specific plugin available (and all the dependencies that plugin requires). I would also by default not start up optional dependencies, but only if required via a specific other parameter.

yarn start --plugin lens
yarn start --plugin lens --with-optional-deps

That would allow for a better stripped down development, without requiring to maintain large disable lists of plugins.

cc @restrry

@timroes timroes added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Feature:New Platform enhancement New value added to drive a business result labels Dec 19, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform (Team:Platform)

@timroes
Copy link
Contributor Author

timroes commented May 18, 2020

Duplicate of #65955

@timroes timroes marked this as a duplicate of #65955 May 18, 2020
@timroes timroes closed this as completed May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

No branches or pull requests

2 participants