mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Fleet] Enable package filtering in serverless using an exclude list (#167445)
This commit is contained in:
parent
6fcf8c9efe
commit
c77f30f64a
2 changed files with 27 additions and 6 deletions
|
@ -27,10 +27,21 @@ xpack.apm.serverlessOnboarding: true
|
|||
|
||||
# Fleet specific configuration
|
||||
xpack.fleet.internal.registry.capabilities: ['apm', 'observability']
|
||||
xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false
|
||||
xpack.fleet.internal.registry.spec.max: '3.0'
|
||||
# Disabled until packages implement the new spec https://github.com/elastic/kibana/issues/166742
|
||||
# xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false
|
||||
# xpack.fleet.internal.registry.spec.min: '3.0'
|
||||
# Temporary until all packages implement new spec https://github.com/elastic/kibana/issues/166742
|
||||
xpack.fleet.internal.registry.spec.min: '1.0'
|
||||
xpack.fleet.internal.registry.excludePackages: [
|
||||
# Security integrations
|
||||
'endpoint',
|
||||
'beaconing',
|
||||
'osquery_manager',
|
||||
# Removed in 8.11 integrations
|
||||
'cisco',
|
||||
'microsoft',
|
||||
'symantec',
|
||||
'cyberark',
|
||||
]
|
||||
|
||||
## Required for force installation of APM Package
|
||||
xpack.fleet.packages:
|
||||
|
|
|
@ -37,9 +37,19 @@ telemetry.labels.serverless: security
|
|||
# Fleet specific configuration
|
||||
xpack.fleet.internal.registry.capabilities: ['security']
|
||||
xpack.fleet.internal.registry.spec.max: '3.0'
|
||||
# Disabled until packages implement the new spec https://github.com/elastic/kibana/issues/166742
|
||||
# xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false
|
||||
# xpack.fleet.internal.registry.spec.min: '3.0'
|
||||
xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false
|
||||
# Temporary until all packages implement new spec https://github.com/elastic/kibana/issues/166742
|
||||
xpack.fleet.internal.registry.spec.min: '1.0'
|
||||
xpack.fleet.internal.registry.excludePackages: [
|
||||
# Oblt integrations
|
||||
'apm',
|
||||
'synthetics',
|
||||
# Removed in 8.11 integrations
|
||||
'cisco',
|
||||
'microsoft',
|
||||
'symantec',
|
||||
'cyberark',
|
||||
]
|
||||
|
||||
xpack.ml.ad.enabled: true
|
||||
xpack.ml.dfa.enabled: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue