OpenSearch/docs/reference/migration
William Brafford 7a67fb2d04
Restore xpack.ilm.enabled and xpack.slm.enabled settings (#57383)
In #55592 and #55416, we deprecated the settings for enabling and disabling
basic license features and turned those settings into no-ops. Since doing so,
we've had feedback that this change may not give users enough time to cleanly
switch from non-ILM index management tools to ILM. If two index managers
operate simultaneously, results could be strange and difficult to
reconstruct. We don't know of any cases where SLM will cause a problem, but we
are restoring that setting as well, to be on the safe side.

This PR is not a strict commit reversion. First, we are keeping the new
xpack.watcher.use_ilm_index_management setting, introduced when
xpack.ilm.enabled was made a no-op, so that users can begin migrating to using
it. Second, the SLM setting was modified in the same commit as a group of other
settings, so I have taken just the changes relating to SLM.
2020-06-04 13:38:22 -04:00
..
apis
migrate_7_0 Add xpack setting deprecations to deprecation API (#56290) 2020-05-07 10:28:17 -04:00
index.asciidoc
migrate_7_0.asciidoc
migrate_7_1.asciidoc
migrate_7_2.asciidoc
migrate_7_3.asciidoc
migrate_7_4.asciidoc
migrate_7_5.asciidoc
migrate_7_6.asciidoc
migrate_7_7.asciidoc Docs: forward port release docs of 7.7.0 (#56706) 2020-05-13 20:08:14 +02:00
migrate_7_8.asciidoc Restore xpack.ilm.enabled and xpack.slm.enabled settings (#57383) 2020-06-04 13:38:22 -04:00
migration.asciidoc