Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] Instructions on enabling and using Fleet Spaces in 8.16 #200239

Open
nimarezainia opened this issue Nov 14, 2024 · 1 comment
Open

[Fleet] Instructions on enabling and using Fleet Spaces in 8.16 #200239

nimarezainia opened this issue Nov 14, 2024 · 1 comment
Labels
Team:Fleet Team label for Observability Data Collection Fleet team

Comments

@nimarezainia
Copy link
Contributor

nimarezainia commented Nov 14, 2024

Fleet Space awareness is behind a feature flag in 8.16. Please find instructions below on how to enable this flag for use.

  1. Go to Edit the deployment
  2. Select the Kibana instance and Edit user settings:

Image

  1. To enable the feature flag, configure:
    xpack.fleet.enableExperimental: ['subfeaturePrivileges', 'useSpaceAwareness']

Image

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:

Image

Once saved and confirmed your deployment will be ready.

  1. Last step to enable the feature, please make the following API call:

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.

Image

cc: @nchaulet

@botelastic botelastic bot added the needs-team Issues missing a team label label Nov 14, 2024
@mbondyra mbondyra added the Team:Fleet Team label for Observability Data Collection Fleet team label Nov 15, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Fleet Team label for Observability Data Collection Fleet team
Projects
None yet
Development

No branches or pull requests

3 participants