You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fleet Space awareness is behind a feature flag in 8.16. Please find instructions below on how to enable this flag for use.
Go to Edit the deployment
Select the Kibana instance and Edit user settings:
To enable the feature flag, configure: xpack.fleet.enableExperimental: ['subfeaturePrivileges', 'useSpaceAwareness']
In the Security section of Stack Management, go to Roles and create a new role.
You will now have the ability to apply more granular privileges to the role in a space:
Once saved and confirmed your deployment will be ready.
Last step to enable the feature, please make the following API call:
You should also now be able to configure the Agent Policy to be associated with multiple spaces. The agents enrolled in those policies will only be visible to users with access to the space the policy is in.
Fleet Space awareness is behind a feature flag in 8.16. Please find instructions below on how to enable this flag for use.
xpack.fleet.enableExperimental: ['subfeaturePrivileges', 'useSpaceAwareness']
In the Security section of Stack Management, go to Roles and create a new role.
You will now have the ability to apply more granular privileges to the role in a space:
Once saved and confirmed your deployment will be ready.
curl -u elastic:your_deployment_password -XPOST "your_kibana URL/internal/fleet/enable_space_awareness" -H "kbn-xsrf: reporting" -H 'elastic-api-version: 1'
You should also now be able to configure the Agent Policy to be associated with multiple spaces. The agents enrolled in those policies will only be visible to users with access to the space the policy is in.
cc: @nchaulet
The text was updated successfully, but these errors were encountered: