Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions deploy-manage/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -784,11 +784,9 @@ toc:
- file: upgrade/deployment-or-cluster/reading-indices-from-older-elasticsearch-versions.md
- file: upgrade/deployment-or-cluster/kibana.md
children:
- file: upgrade/deployment-or-cluster/saved-object-migrations.md
- file: upgrade/deployment-or-cluster/kibana-roll-back.md
- file: upgrade/ingest-components.md
- file: upgrade/internal-upgrade-processes.md
children:
- file: upgrade/internal-upgrade-processes/saved-object-migrations.md
- file: upgrade/ingest-components.md
- file: uninstall.md
children:
- file: uninstall/uninstall-elastic-cloud-enterprise.md
Expand Down
2 changes: 1 addition & 1 deletion deploy-manage/upgrade/deployment-or-cluster/kibana.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ When you upgrade {{kib}}, you also upgrade the {{observability}} and {{elastic-s
::::{warning}
{{kib}} automatically runs saved object migrations when required. To roll back to an earlier version in case of an upgrade failure, you **must** have a [backup snapshot](../../tools/snapshot-and-restore.md) that includes the `kibana` feature state. Snapshots include this feature state by default.

For more information, refer to [Migrate saved objects](../internal-upgrade-processes/saved-object-migrations.md).
For more information, refer to [Migrate saved objects](saved-object-migrations.md).

::::

Expand Down
5 changes: 0 additions & 5 deletions deploy-manage/upgrade/internal-upgrade-processes.md

This file was deleted.

2 changes: 1 addition & 1 deletion explore-analyze/find-and-organize/saved-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ We have made several enhancements to minimize the impact, and this document desc

### Impact upon upgrading to version 8.x or later [saved-object-ids-impact-upon-upgrading]

Every time you upgrade {{kib}}, [saved objects are migrated to a new format](/deploy-manage/upgrade/internal-upgrade-processes/saved-object-migrations.md). When you first upgrade to version 8.x or later, this migration process will start enforcing globally unique saved object IDs.
Every time you upgrade {{kib}}, [saved objects are migrated to a new format](/deploy-manage/upgrade/deployment-or-cluster/saved-object-migrations.md). When you first upgrade to version 8.x or later, this migration process will start enforcing globally unique saved object IDs.

In practical terms, **any old saved objects that exist in a custom space will have their IDs changed to a new UUID**, while saved objects in the Default space will be unchanged. This is how we can ensure that every saved object ID is unique. For example: if you had dashboard "123" in the Default space and dashboard "123" in Another space, after the upgrade you would have dashboard "123" in the Default space and dashboard "456" in Another space.

Expand Down
Loading