elasticsearch/docs/reference/migration/migrate_8_0/transform.asciidoc
James Rodewig 767a23727e
[DOCS] Organize breaking changes by component (#79162)
* Reorganizes the 8.0.0 and 8.1.0 breaking changes and deprecations into component-based categories.
* Adds an ESS icon to cluster settings on the ESS user settings allowlist.
* Adds tips for sections that aren't relevant to Cloud users.
* Updates the labels for some items to provide better context.

Co-authored-by: debadair <debadair@elastic.co>
2021-11-15 10:42:12 -05:00

21 lines
625 B
Text

[discrete]
[[breaking_80_transform_changes]]
==== Transform changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
.{transforms-cap} created in 7.4 or earlier versions must be upgraded.
[%collapsible]
====
*Details* +
Early beta versions of {transforms} had configuration information in a format
that is no longer supported.
*Impact* +
Use the {ref}/upgrade-transforms.html[upgrade {transforms} API] to fix your
{transforms}. This upgrade does not affect the source or destination indices.
====
// end::notable-breaking-changes[]