mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Exclude DGA integration from serverless projects (#170982)
## Summary Excludes the DGA integration from serverless projects, as it can cause issues due to the size of its trained ML model assets.
This commit is contained in:
parent
69b2cb3973
commit
7c32757335
2 changed files with 9 additions and 0 deletions
|
@ -47,14 +47,19 @@ xpack.fleet.internal.registry.excludePackages: [
|
|||
'endpoint',
|
||||
'beaconing',
|
||||
'osquery_manager',
|
||||
|
||||
# synthetics is not enabled yet
|
||||
'synthetics',
|
||||
'synthetics_dashboards',
|
||||
|
||||
# Removed in 8.11 integrations
|
||||
'cisco',
|
||||
'microsoft',
|
||||
'symantec',
|
||||
'cyberark',
|
||||
|
||||
# ML integrations
|
||||
'dga',
|
||||
]
|
||||
|
||||
## Required for force installation of APM Package
|
||||
|
|
|
@ -48,11 +48,15 @@ xpack.fleet.internal.registry.excludePackages: [
|
|||
'apm',
|
||||
'synthetics',
|
||||
'synthetics_dashboards',
|
||||
|
||||
# Removed in 8.11 integrations
|
||||
'cisco',
|
||||
'microsoft',
|
||||
'symantec',
|
||||
'cyberark',
|
||||
|
||||
# ML integrations
|
||||
'dga',
|
||||
]
|
||||
# fleet_server package installed to publish agent metrics
|
||||
xpack.fleet.packages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue