mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Synthetics] Disable synthetics integration in serverless (#169793)
This commit is contained in:
parent
78d2eda0ff
commit
8217f3e360
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue