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
No longer require master node to install Watcher templates (#85287) (#85294)
The master node was required to install Watcher index templates
in earlier versions of 7.x to ensure that the master node was aware of
composable index templates.
When upgrading to 8.x this is no longer an issue since all upgrade paths
require elder version of Elasticsearch to be on a version that is aware of
composable index templates.
This should fix#85043 by
ensuring that the watcher history index template is always in place prior
to it's intended usage irregardless of the order of which nodes are upgraded.
Copy file name to clipboardExpand all lines: x-pack/plugin/watcher/src/main/java/org/elasticsearch/xpack/watcher/support/WatcherIndexTemplateRegistry.java
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -94,12 +94,4 @@ public static boolean validate(ClusterState state) {
0 commit comments