mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This commit adds validation that when a composable index template is updated, that the number of unreferenced data streams does not increase. While it is still possible to have data streams without a backing template (through snapshot restoration), this reduces the chance of getting in to that scenario. Relates to #53100