[AI4DSOC] Disable ML's AD and DFA (#217848)

This commit is contained in:
Tomasz Ciecierski 2025-04-14 19:08:39 +02:00 committed by GitHub
parent 36c743a07d
commit e25abef4e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,8 @@
## Disable plugins
xpack.osquery.enabled: false
xpack.ml.ad.enabled: false
xpack.ml.dfa.enabled: false
xpack.features.overrides:
### The following features are Security features hidden in Role management UI for this specific tier.
@ -11,4 +13,4 @@ xpack.features.overrides:
## Agentless deployment by default
xpack.fleet.agentless.isDefault: true
# Override integrations home
xpack.fleet.integrationsHomeOverride: '/app/security/configurations/integrations'
xpack.fleet.integrationsHomeOverride: '/app/security/configurations/integrations'