Skip to content

Commit

Permalink
config/serverless.{security,oblt}.yml - exclude deprecated integratio…
Browse files Browse the repository at this point in the history
…ns (elastic#194644)

This adds exclusions for deprecated "rsa2elk" integration packages to Serverless projects.
The following packages should be excluded from Serverless.
 
- bluecoat
- cylance
- f5
- fortinet_forticlient
- juniper_junos
- juniper_netscreen
- netscout
- radware
- tomcat

---------

Co-authored-by: Andrew Kroh <[email protected]>
  • Loading branch information
aleksmaus and andrewkroh authored Dec 4, 2024
1 parent e067fa2 commit bb8183a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 11 additions & 2 deletions config/serverless.oblt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,20 @@ xpack.fleet.internal.registry.excludePackages: [
'cloud_defend',
'security_detection_engine',

# Removed in 8.11 integrations
# Deprecated security integrations
'bluecoat',
'cisco',
'cyberark',
'cylance',
'f5',
'fortinet_forticlient',
'juniper_junos',
'juniper_netscreen',
'microsoft',
'netscout',
'radware',
'symantec',
'cyberark',
'tomcat',

# ML integrations
'dga',
Expand Down
13 changes: 11 additions & 2 deletions config/serverless.security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,20 @@ xpack.fleet.internal.registry.excludePackages: [
'synthetics',
'synthetics_dashboards',

# Removed in 8.11 integrations
# Deprecated security integrations
'bluecoat',
'cisco',
'cyberark',
'cylance',
'f5',
'fortinet_forticlient',
'juniper_junos',
'juniper_netscreen',
'microsoft',
'netscout',
'radware',
'symantec',
'cyberark',
'tomcat',

# ML integrations
'dga',
Expand Down

0 comments on commit bb8183a

Please sign in to comment.