Open
Description
Type of issue
Inaccurate
What documentation page is affected
https://www.elastic.co/docs/manage-data/migrate/migrate-internal-indices
What happened?
You're not allowed to restore system indices via index
+8.0 you MUST use feature states. This (a) literally directs you wrong path & (b) uses renames pattern which will prevent those from working in destination cluster.
Additional info
- Example (
fleet
) how system indices are suppose to be restored:.fleet-actions-results
data stream cannot be restored via thefleet
feature state elasticsearch#89261 - Some feature states should be restored in conjunction with others. For example
kibana
andsecurity
can be restored by themselves butfleet
haskibana
dependencies and those should be restored together.