elastic / kibana

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

[Fleet] Move from `xpack.fleet.enableExperimental` config value to Feature Flags Service #189442

Open kpollich opened 1 month ago

kpollich commented 1 month ago

Kibana core introduced a generic Feature Flags Service in https://github.com/elastic/kibana/pull/188562. Today, Fleet implements its own feature flagging using a kibana.yml config value: xpack.fleet.enableExperimental. This value is allowlisted in Elastic Cloud, so users can opt their cloud deployments into feature flags for early testing.

We should move to the new, generic implementation provided by Kibana rather than continuing forward with our existing implementation.

elasticmachine commented 1 month ago

Pinging @elastic/fleet (Team:Fleet)