mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[AI4DSOC] Disable ML's AD and DFA (#217848)
This commit is contained in:
parent
36c743a07d
commit
e25abef4e4
1 changed files with 3 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue