Skip to content

Commit 522be14

Browse files
committed
Moves saved objects to deployment-or-cluster folder
1 parent eb1c531 commit 522be14

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

deploy-manage/toc.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -782,11 +782,9 @@ toc:
782782
- file: upgrade/deployment-or-cluster/reading-indices-from-older-elasticsearch-versions.md
783783
- file: upgrade/deployment-or-cluster/kibana.md
784784
children:
785+
- file: upgrade/deployment-or-cluster/saved-object-migrations.md
785786
- file: upgrade/deployment-or-cluster/kibana-roll-back.md
786-
- file: upgrade/ingest-components.md
787-
- file: upgrade/internal-upgrade-processes.md
788-
children:
789-
- file: upgrade/internal-upgrade-processes/saved-object-migrations.md
787+
- file: upgrade/ingest-components.md
790788
- file: uninstall.md
791789
children:
792790
- file: uninstall/uninstall-elastic-cloud-enterprise.md

deploy-manage/upgrade/deployment-or-cluster/kibana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When you upgrade {{kib}}, you also upgrade the {{observability}} and {{elastic-s
1111
::::{warning}
1212
{{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.
1313

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

1616
::::
1717

File renamed without changes.

explore-analyze/find-and-organize/saved-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ We have made several enhancements to minimize the impact, and this document desc
127127

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

130-
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.
130+
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.
131131

132132
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.
133133

0 commit comments

Comments
 (0)