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

[8.0] Allow removing unreferenced composable data stream templates (#84376) #84450

Merged
merged 1 commit into from
Feb 28, 2022

Conversation

dakrone
Copy link
Member

@dakrone dakrone commented Feb 28, 2022

Backports the following commits to 8.0:

…#84376)

Previously there was a bug where when we retrieved the list of data
streams using a template, we only checked index patterns, rather than
actually comparing priorities and only treating the highest priority
template as "referenced". This commit fixes this problem by only
treating the matching composable template as referenced, allowing
unreferenced templates to be safely deleted.

Resolves elastic#84188 Resolves elastic#84171
@dakrone dakrone added auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport labels Feb 28, 2022
@elasticsearchmachine elasticsearchmachine merged commit 5771472 into elastic:8.0 Feb 28, 2022
@dakrone dakrone deleted the backport/8.0/pr-84376 branch February 28, 2022 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants