From b8dd303b189f1bd8b8db16a791897e1845aa6d66 Mon Sep 17 00:00:00 2001 From: Aleksandra Spilkowska Date: Wed, 22 Oct 2025 11:40:28 +0200 Subject: [PATCH 1/2] Update Fleet integration assets note for multi-space support in 9.1+ --- .../install-uninstall-integration-assets.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/reference/fleet/install-uninstall-integration-assets.md b/reference/fleet/install-uninstall-integration-assets.md index 51c160a84a..34177c55e4 100644 --- a/reference/fleet/install-uninstall-integration-assets.md +++ b/reference/fleet/install-uninstall-integration-assets.md @@ -21,12 +21,20 @@ products: Note that it’s currently not possible to have multiple versions of the same integration installed. When you upgrade an integration, the previous version assets are removed and replaced by the current version. -::::{admonition} Current limitations with integrations and {{kib}} spaces -:class: important +::::{admonition} Spaces support for integration assets -{{agent}} integration assets can be installed only on a single {{kib}} [space](/deploy-manage/manage-spaces.md). If you want to access assets in a different space, you can [copy them](/explore-analyze/find-and-organize/saved-objects.md#managing-saved-objects-copy-to-space). However, many integrations include markdown panels with dynamically generated links to other dashboards. When assets are copied between spaces, these links may not behave as expected and can result in a 404 `Dashboard not found` error. Refer to known issue [#175072](https://github.com/elastic/kibana/issues/175072) for details. +Elastic Agent integrations and their assets, such as dashboards, visualizations, and saved searches, behave differently depending on your {{stack}} version: -These limitations and future plans for {{fleet}}'s integrations support in multi-space environments are currently being discussed in [#175831](https://github.com/elastic/kibana/issues/175831). Feedback is very welcome. For now, we recommend reviewing the specific integration documentation for any space-related considerations. +* {applies_to}`stack: ga, removed 9.1` In versions earlier than {{stack}} 9.1, integration assets can be installed in only one {{kib}} space. +You can manually [copy them](/explore-analyze/find-and-organize/saved-objects.md#managing-saved-objects-copy-to-space) to other spaces. However, many integrations include markdown panels with dynamically generated links to other dashboards. When copied between spaces, these links might not behave as expected and can result in a `Dashboard not found` (404) error. Refer to known issue [#175072](https://github.com/elastic/kibana/issues/175072) for details. + +* {applies_to}`stack: ga 9.1` Starting in {{stack}} 9.1, Fleet introduces a space-aware data model for {{agent}} policies and integrations. Agent policies can now span multiple spaces, while integration assets remain space-specific. + + Integration assets are still installed per space, but can be managed and reinstalled independently in each space. + + If you upgraded from an earlier version, enable space awareness in Fleet before managing integrations across spaces. + + For more details, refer to [Using Spaces with Fleet](../../deploy-manage/manage-spaces-fleet.md). :::: From a26db7902272a64fbccd1784728ec07360b4bda9 Mon Sep 17 00:00:00 2001 From: Aleksandra Spilkowska Date: Wed, 22 Oct 2025 19:25:07 +0200 Subject: [PATCH 2/2] apply comments --- .../fleet/install-uninstall-integration-assets.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/reference/fleet/install-uninstall-integration-assets.md b/reference/fleet/install-uninstall-integration-assets.md index 34177c55e4..042da7ca70 100644 --- a/reference/fleet/install-uninstall-integration-assets.md +++ b/reference/fleet/install-uninstall-integration-assets.md @@ -23,19 +23,18 @@ Note that it’s currently not possible to have multiple versions of the same in ::::{admonition} Spaces support for integration assets -Elastic Agent integrations and their assets, such as dashboards, visualizations, and saved searches, behave differently depending on your {{stack}} version: - -* {applies_to}`stack: ga, removed 9.1` In versions earlier than {{stack}} 9.1, integration assets can be installed in only one {{kib}} space. -You can manually [copy them](/explore-analyze/find-and-organize/saved-objects.md#managing-saved-objects-copy-to-space) to other spaces. However, many integrations include markdown panels with dynamically generated links to other dashboards. When copied between spaces, these links might not behave as expected and can result in a `Dashboard not found` (404) error. Refer to known issue [#175072](https://github.com/elastic/kibana/issues/175072) for details. - -* {applies_to}`stack: ga 9.1` Starting in {{stack}} 9.1, Fleet introduces a space-aware data model for {{agent}} policies and integrations. Agent policies can now span multiple spaces, while integration assets remain space-specific. +Elastic Agent integrations and associated assets, such as dashboards, visualizations, and saved searches, behave differently depending on your {{stack}} version: +* {applies_to}`stack: ga 9.1` Fleet uses a space-aware data model for {{agent}} policies and integrations. Agent policies can now span multiple spaces, while integration assets remain space-specific. + Integration assets are still installed per space, but can be managed and reinstalled independently in each space. - + If you upgraded from an earlier version, enable space awareness in Fleet before managing integrations across spaces. - + For more details, refer to [Using Spaces with Fleet](../../deploy-manage/manage-spaces-fleet.md). +* {applies_to}`stack: ga 9.0` In versions earlier than {{stack}} 9.1, integration assets can be installed in only one {{kib}} space. You can manually [copy them](/explore-analyze/find-and-organize/saved-objects.md#managing-saved-objects-copy-to-space) to other spaces. However, many integrations include markdown panels with dynamically generated links to other dashboards. When copied between spaces, these links might not behave as expected and can result in a `Dashboard not found` (404) error. Refer to known issue [#175072](https://github.com/elastic/kibana/issues/175072) for details. + ::::