Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only install templates for deprecation indices from elected master no…
…de. (#70057) When running in a mixed cluster with node with version pre 7.8 and post 7.8 then attempting the install composable index templates from any node can cause many error logs indicating that put composable and component index template apis don't exist. These APIs are always redirect to the elected master and as long as this node is on a pre 7.8 version then attempting to install these templates will always fail. Relates to #69918
- Loading branch information