-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[EPM] Install Lens assets from packages if present. #88189
Conversation
01061cc
to
354b2e1
Compare
@elasticmachine merge upstream |
Pinging @elastic/fleet (Feature:EPM) |
Pinging @elastic/ingest-management (Team:Ingest Management) |
82992f5
to
1c7c7e2
Compare
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it works as expected 🚀
* Install Lens assets from packages if present. * Add integration tests for Lens assets.
Summary
Implements #85428
This adds the kibana asset type 'lens' to the supported asset types.
How to test this manually
You need a package that contains a Kibana asset of type
lens
.I have a modified version of the apache package that can be used with a local registry (ping me on slack), or wait for elastic/integrations#530 to be available in the staging registryThe packageapache-0.3.1
in the staging registry has one (thanks @mtojek for providing the package!).Navigate to the package in Fleet->Integration. On the integration detail page, verify that the Lens asset is listed on the right side:
Install the package with the "Install Apache assets" on the Settings tab (or any other way). The installation should go through without errors.
After installation, verify in "Visualize" that a Lens asset has been installed and appears in the list of visualizations (for me it's on the third page and called "Workers with Lens", this might be different with the new
apache-0.3.1
package from elastic/integrations#530 ):Checklist