Skip to content

Commit

Permalink
Exclude DGA integration from serverless projects (elastic#170982)
Browse files Browse the repository at this point in the history
## Summary

Excludes the DGA integration from serverless projects, as it can cause
issues due to the size of its trained ML model assets.
  • Loading branch information
kpollich authored Nov 10, 2023
1 parent 69b2cb3 commit 7c32757
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/serverless.oblt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions config/serverless.security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7c32757

Please sign in to comment.