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

[7.7] Ensure that .watcher-history-11* template is in installed prior to use (#56734) #56848

Merged
merged 1 commit into from
May 15, 2020

Conversation

jakelandis
Copy link
Contributor

Backports the following commits to 7.7:

elastic#56734)

WatcherIndexTemplateRegistry as of elastic#52962
requires all nodes to be on 7.7.0 before it allows the version 11 index template to be
installed.

While in a mixed cluster, nothing prevents Watcher from running on the new
host before the all of the nodes are on 7.7.0. This will result in the
.watcher-history-11* index without the proper mappings. Without the proper
mapping a single document (for a large watch) can exceed the default 1000 field
limit and cause error to show in the logs.

This commit ensures the same logic for writing to the index is applied as for
installing the template. In a mixed cluster, the `10` index template will continue
to be written. Only once all of nodes are on 7.7.0+ will the `11` index template
be installed and used.

closes elastic#56732
@jakelandis jakelandis merged commit 7fdefea into elastic:7.7 May 15, 2020
@jakelandis jakelandis deleted the backport/7.7/pr-56734 branch May 15, 2020 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant