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

Check for .watches that wasn't upgraded properly #39609

Merged
merged 1 commit into from
Mar 4, 2019

Commits on Mar 3, 2019

  1. Check for .watches that wasn't upgraded properly

    If the `.watches` index was created in 5.6 and is still a concrete
    index, rather than an alias for `.watches-6`, that means that it was not
    properly upgraded with the Migration Upgrade API before upgrading to
    Elasticsearch 6.x. In this case, calling the Migration Upgrade API will
    resolve the problem with the `.watches` index.
    
    This isn't going to be a common case, as Watcher will not run properly
    in this situation, but we should handle it and notify the user of the
    correct action, just in case.
    gwbrown committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    e0327cf View commit details
    Browse the repository at this point in the history