mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Serverless] Disable synthetics and uptime in serverless (#165898)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
1c62d1ce18
commit
6969803357
7 changed files with 7 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue