[Serverless] Disable synthetics and uptime in serverless (#165898)

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Shahzad 2023-09-07 14:09:35 +02:00 committed by GitHub
parent 1c62d1ce18
commit 6969803357
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 17 deletions

View file

@ -9,6 +9,7 @@ xpack.observability.enabled: false
xpack.securitySolution.enabled: false
xpack.serverless.observability.enabled: false
xpack.uptime.enabled: false
xpack.legacy_uptime.enabled: false
enterpriseSearch.enabled: false
monitoring.ui.enabled: false
xpack.fleet.enabled: false

View file

@ -4,6 +4,8 @@
enterpriseSearch.enabled: false
xpack.cloudSecurityPosture.enabled: false
xpack.securitySolution.enabled: false
xpack.uptime.enabled: false
xpack.legacy_uptime.enabled: false
## Enable the Serverless Observability plugin
xpack.serverless.observability.enabled: true
@ -24,7 +26,7 @@ xpack.fleet.agentIdVerificationEnabled: false
xpack.apm.serverlessOnboarding: true
# Fleet specific configuration
xpack.fleet.internal.capabilities: ['apm', 'uptime', 'observability']
xpack.fleet.internal.capabilities: ['apm', 'observability']
## Required for force installation of APM Package
xpack.fleet.packages:

View file

@ -5,6 +5,7 @@ enterpriseSearch.enabled: false
xpack.apm.enabled: false
xpack.observability.enabled: false
xpack.uptime.enabled: false
xpack.legacy_uptime.enabled: false
## Enable the Security Solution Serverless plugin
xpack.securitySolutionServerless.enabled: true