elasticsearch/docs/reference/migration/migrate_8_0/command-line-tool-changes.asciidoc
James Rodewig 5061c460e6
[DOCS] Remove unneeded breaking changes files (#80729)
Removes some unneeded files related to the previous organization of breaking changes.

Relates to #79162 and https://github.com/elastic/stack-docs/pull/1877
2021-11-15 17:24:58 -05:00

25 lines
754 B
Text

[discrete]
[[breaking_80_command_line_tool_changes]]
==== Command line tool changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
TIP: {ess-skip-section}
[[migrate-tool-removed]]
.The `elasticsearch-migrate` tool has been removed.
[%collapsible]
====
*Details* +
The `elasticsearch-migrate` tool provided a way to convert file
realm users and roles into the native realm. It has been deprecated
since {es} 7.2.0. Users and roles should now be created in the native
realm directly.
*Impact* +
Discontinue use of the `elasticsearch-migrate` tool. Attempts to use the
`elasticsearch-migrate` tool will result in an error.
====
//end::notable-breaking-changes[]