[Synthetics] Disable synthetics integration in serverless (#169793)

This commit is contained in:
Shahzad 2023-10-26 09:47:05 +02:00 committed by GitHub
parent 78d2eda0ff
commit 8217f3e360
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -39,6 +39,9 @@ xpack.fleet.internal.registry.excludePackages: [
'endpoint',
'beaconing',
'osquery_manager',
# synthetics is not enabled yet
'synthetics',
'synthetics_dashboards',
# Removed in 8.11 integrations
'cisco',
'microsoft',
@ -52,7 +55,7 @@ xpack.fleet.packages:
version: latest
# fleet_server package installed to publish agent metrics
- name: fleet_server
version: latest
version: latest
## Disable APM UI components and API calls
xpack.apm.featureFlags.agentConfigurationAvailable: false
xpack.apm.featureFlags.configurableIndicesAvailable: false

View file

@ -44,6 +44,7 @@ xpack.fleet.internal.registry.excludePackages: [
# Oblt integrations
'apm',
'synthetics',
'synthetics_dashboards',
# Removed in 8.11 integrations
'cisco',
'microsoft',
@ -53,7 +54,7 @@ xpack.fleet.internal.registry.excludePackages: [
# fleet_server package installed to publish agent metrics
xpack.fleet.packages:
- name: fleet_server
version: latest
version: latest
xpack.ml.ad.enabled: true
xpack.ml.dfa.enabled: true