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:
Kyle Pollich 2023-11-10 03:29:09 -05:00 committed by GitHub
parent 69b2cb3973
commit 7c32757335
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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: