-
Notifications
You must be signed in to change notification settings - Fork 119
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 support to upload packages directly to Kibana/Fleet #1084
Comments
We have the |
No strong opinion on my end around naming, the above is not necessarily a proposal on how we should name things and structure the params, much more to explain it. For everyone curious on what the install command does:
|
@juliaElastic is this related to elastic/kibana#148599 ? |
@amitkanfer Yes, this is a planned improvement in |
This issue could be done in different steps:
|
@mrodm If you have could you please think about recording a demo for this? 😄 |
In elastic/kibana#70582 the Fleet team is working on adding an API to support uploading packages directly to Kibana.
elastic-package
should have a command available that allows to use this API. The initial idea I had was:In case this is run inside a package, the package is built and then uploaded to Kibana. Alternatively if a package zip file already exists, the following could be used:
In this scenario, elastic-package assumes the package inside the zip file is already validated.
The text was updated successfully, but these errors were encountered: