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

[FEATURE][ML] Add cluster setting to enable/disable config migration #36700

Commits on Dec 17, 2018

  1. [FEATURE][ML] Add cluster setting that enables/disables config migration

    This commit adds a cluster settings called `xpack.ml.enable_config_migration`.
    The setting is `true` by default. When set to `false`, no config migration will
    be attempted and non-migrated resources (e.g. jobs, datafeeds) will be able
    to be updated normally.
    
    Relates elastic#32905
    dimitris-athanasiou committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    6aeaad1 View commit details
    Browse the repository at this point in the history