Open
Description
When we will migrate from apm
integration package to apm-data
ES plugin we will need to trigger a removal of index templates created by the integration, which by default are created with a higher priority than the one created by the ES plugin.
To ensure this steps works I run a test to verify if Kibana removes index template when upgrading an integration where installed data streams have been removed. I tested these steps:
- setup a Es+Kibana stack and install
apm
integration package (tested with8.15.0-SNAPSHOT
but any current version should lead to same results) - check installed Index Templates
- install a custom version of
apm
integration package where all data streams except one (traces
- due to howelastic-package
works is not possible to package an integration without at least 1 data stream; this is not relevant for this test but should be investigated to proceed further with the migration) have been removed - Verify if Index Templates for removed data streams have been removed.
The test showed that Index Templates are not removed. This is a blocker for #11529 as templates from the plugin would be overridden by the integration package templates.