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
[Backport 2.x] Fix delete index template failed when the index template matches a data stream but is unused (#15098)
* Fix delete index template failed when the index template matches a data stream but is unused (#15080)
* Fix delete not-using index template failed when the index pattern matches a data stream
Signed-off-by: Gao Binlong <[email protected]>
* modify change log
Signed-off-by: Gao Binlong <[email protected]>
* Fix version check
Signed-off-by: Gao Binlong <[email protected]>
---------
Signed-off-by: Gao Binlong <[email protected]>
(cherry picked from commit a9d09aa)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update 10_basic.yml to for 2.17.0
Signed-off-by: Andriy Redko <[email protected]>
---------
Signed-off-by: Gao Binlong <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andriy Redko <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
29
29
### Fixed
30
30
- Fix constraint bug which allows more primary shards than average primary shards per index ([#14908](https://github.com/opensearch-project/OpenSearch/pull/14908))
31
31
- Fix missing value of FieldSort for unsigned_long ([#14963](https://github.com/opensearch-project/OpenSearch/pull/14963))
32
+
- Fix delete index template failed when the index template matches a data stream but is unused ([#15080](https://github.com/opensearch-project/OpenSearch/pull/15080))
0 commit comments