-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] Create UI for assisting with moving Agent Policies between spaces #182733
Comments
Pinging @elastic/fleet (Team:Fleet) |
From @simosilvestri (see Figma) Fleet - Create Agent policy (Space selection)Add a shortcut to create a new space in the left Spaces description. Fleet - Create a role / Kibana privileges flyoutAdd a Tour component to notify the customer of the new Fleet privileges integration. |
It looks like there is no built in component for the space selector but we could easily build one by exposing and using the |
For the API part we should allow to set the That API should validate the user has the Changing an agent policy space should change the namespace for all the related documents:
What about the existing actions/action results should we update the namespace too? I think we should as it will allow a user to have the whole activity history for an agent. |
How much data are we expecting this to be? We could have a maximum of 90 days worth of action results per the ILM policy we ship with ES, e.g. https://github.com/elastic/elasticsearch/blob/main/x-pack/plugin/core/template-resources/src/main/resources/fleet-actions-results-ilm-policy.json I think backfilling the activity into the new space would be the right thing to do, but I am worried we could have performance issues related to data volume. |
It's hard to predict, it will really depends on what user are doing with Fleet, but with 2 documents for each agents and each actions it could growth significantly, may be it's acceptable to not copy that data in the new namespace |
My response actions are mostly EDR related and that would/should stay in place and be only available for th security team. |
As a Fleet administrator adopting Fleet's new space awareness feature, I need to be able to easily move my existing global Fleet policies (and their "child" data) to my users' spaces. To facilitate this process, Fleet should provide a seamless UX for moving policies between spaces.
Implementation
namespaces
value orspace_id
valueThe text was updated successfully, but these errors were encountered: