Skip to content

Commit d5097d8

Browse files
Update Fleet integration assets note for multi-space support in 9.1+ (#3594)
This PR updates the multi-space limitations callout on the "Install and uninstall Elastic Agent integration assets" page: * Adds `applies_to` tags. * Explains pre-9.1 single space limitation and 9.1+ space-aware data model. * Links to the "Using Spaces with Fleet" guide. Closes [#1866](elastic/ingest-docs#1866)
1 parent 09ac716 commit d5097d8

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

reference/fleet/install-uninstall-integration-assets.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,19 @@ products:
2121

2222
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.
2323

24-
::::{admonition} Current limitations with integrations and {{kib}} spaces
25-
:class: important
24+
::::{admonition} Spaces support for integration assets
2625

27-
{{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.
26+
Elastic Agent integrations and associated assets, such as dashboards, visualizations, and saved searches, behave differently depending on your {{stack}} version:
2827

29-
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.
28+
* {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.
29+
30+
Integration assets are still installed per space, but can be managed and reinstalled independently in each space.
31+
32+
If you upgraded from an earlier version, enable space awareness in Fleet before managing integrations across spaces.
33+
34+
For more details, refer to [Using Spaces with Fleet](../../deploy-manage/manage-spaces-fleet.md).
35+
36+
* {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.
3037

3138
::::
3239

0 commit comments

Comments
 (0)