elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.67k stars 8.23k forks source link

[Fleet] Don't show agentless options for integration policies for on-prem deployments #201217

Closed kpollich closed 15 hours ago

kpollich commented 20 hours ago

We don't support agentless outside of ESS or serverless, so we shouldn't expose these options to on-prem users.

elasticmachine commented 20 hours ago

Pinging @elastic/fleet (Team:Fleet)

jen-huang commented 16 hours ago

@kpollich With https://github.com/elastic/kibana/pull/194885 we hide agentless-only integrations for deployments that don't support agentless. Similarly, the "setup technology" selector in the policy editor only shows if the deployment and integration supports agentless.

Image

There's a few more policy related tweaks that need to be done for agentless, the list will be fleshed out in https://github.com/elastic/package-spec/issues/805.

Is there more meant by this issue?

kpollich commented 15 hours ago

Perfect looks like this is already done. I filed this in response to an incoming request and didn't have a chance to confirm the behavior. Thanks Jen!