Skip to content

Commit 584e1c7

Browse files
authored
Moves saved objects to /deployment-or-cluster folder (#884)
Rearranging `saved-objects-migration.md` file.
1 parent 8151cb0 commit 584e1c7

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-11
lines changed

deploy-manage/toc.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -784,11 +784,9 @@ toc:
784784
- file: upgrade/deployment-or-cluster/reading-indices-from-older-elasticsearch-versions.md
785785
- file: upgrade/deployment-or-cluster/kibana.md
786786
children:
787+
- file: upgrade/deployment-or-cluster/saved-object-migrations.md
787788
- file: upgrade/deployment-or-cluster/kibana-roll-back.md
788-
- file: upgrade/ingest-components.md
789-
- file: upgrade/internal-upgrade-processes.md
790-
children:
791-
- file: upgrade/internal-upgrade-processes/saved-object-migrations.md
789+
- file: upgrade/ingest-components.md
792790
- file: uninstall.md
793791
children:
794792
- 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.

deploy-manage/upgrade/internal-upgrade-processes.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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)