You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the test ticket for the 'storage of packages in es' feature work, here: #83426
it is merged and available in 8.0. Please test there first. We will confirm and test in 7.12 as well, it is available now.
Feature description in short: We have moved the long term storage of Fleet registry assets into ES, it is loaded into Kibana Saved Objects still, but is not lost if Kibana is re-started - and better supports the case where a user wishes to downgrade the package version for any reason.
This will host the basic AC and general testing guidelines we want to follow through on: A/C:
All features as previously discussed should remain functional, a smoke test will help cover this
Installing the 'custom logs' or 'Linux' package (as an example) should work and the logs functionality should be the same
upgrade of 7.11 Stack with x,y,z set of Integrations upgrades to 7.12 and still functions
uninstalling a package should work as before, it will no longer be shown in saved objects Kibana api.
notes:
User will know if they un-install it as it is manually done, otherwise the assets remain intact.
What API call can we make to see them:
api/saved_objects/_find?type=epm-packages-assets
These saved objects are against the system index so they will not be visible in kibana stack monitoring
When uninstalling, the asset docs are removed from ES and the api call will not show them
Other general test env need:
browser tests? Answer:
Agent OS types or deploy types? Answer: not needed
Cloud test from snapshot vs self managed. Eric will cover self-managed (using e2e-testing framework)
others?
The text was updated successfully, but these errors were encountered:
Yes, we have covered Kibana Upgrade scenarios in our regression plan and functionality is working fine with previous installed agents as well as with new agents.
This is the test ticket for the 'storage of packages in es' feature work, here: #83426
Feature description in short: We have moved the long term storage of Fleet registry assets into ES, it is loaded into Kibana Saved Objects still, but is not lost if Kibana is re-started - and better supports the case where a user wishes to downgrade the package version for any reason.
This will host the basic AC and general testing guidelines we want to follow through on:
A/C:
notes:
User will know if they un-install it as it is manually done, otherwise the assets remain intact.
What API call can we make to see them:
api/saved_objects/_find?type=epm-packages-assets
These saved objects are against the system index so they will not be visible in kibana stack monitoring
When uninstalling, the asset docs are removed from ES and the api call will not show them
Other general test env need:
The text was updated successfully, but these errors were encountered: