-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] Compatibility checks #72707
Comments
@hbharding @mostlyjason I am looking at this, do we have some existing design that could cover the user stories? |
I think a lot of these use cases could be covered by status reporting on the agent list and agent details page. The user will see an unhealthy status if the agent version is not compatible with an integration. We discussed doing the same for hosted agents here #76841. We haven't defined status reporting for input conditions yet, but I imagine that would also be on the agent details page. This will allow the user to identify and fix any problems. It'd be a better UX to front-load communicating this information where possible rather than waiting for an unhealthy agent. It will help the user prevent making incompatible changes and reduce the time to fix it. That's an enhancement we could implement later though. One that's a little different is the restriction that only one endpoint security integration can be in an agent policy. We've already implemented that by hiding it in the add integration list. |
CLosing this issue since its a mishmash of separate features. Lets open separate issues when we are ready to prioritize them. |
Summary of the problem
Fleet needs a way to check for the compatibility of agents and integrations when user are adding or updating them. This prevents users from making unintended mistakes or violating system constraints.
User stories
Other
The text was updated successfully, but these errors were encountered: