mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
## Summary Closes https://github.com/elastic/kibana/issues/165227. Removes configurable app targets. Only the standard logs app is registered (Note: [Infra is disabled in serverless](https://github.com/elastic/kibana/pull/165289) observability / security projects currently). --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
53 lines
1.8 KiB
YAML
53 lines
1.8 KiB
YAML
# Observability Project config
|
|
|
|
## Disable plugins
|
|
enterpriseSearch.enabled: false
|
|
xpack.cloudSecurityPosture.enabled: false
|
|
xpack.infra.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
|
|
|
|
## Configure plugins
|
|
|
|
## Set the home route
|
|
uiSettings.overrides.defaultRoute: /app/observability/landing
|
|
|
|
## Set the dev project switch current type
|
|
xpack.serverless.plugin.developer.projectSwitcher.currentType: 'observability'
|
|
|
|
## Disable adding the component template `.fleet_agent_id_verification-1` to every index template for each datastream for each integration
|
|
xpack.fleet.agentIdVerificationEnabled: false
|
|
|
|
## APM Serverless Onboarding flow
|
|
xpack.apm.serverlessOnboarding: true
|
|
|
|
# Fleet specific configuration
|
|
xpack.fleet.internal.registry.capabilities: ['apm', 'observability']
|
|
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'
|
|
|
|
## Required for force installation of APM Package
|
|
xpack.fleet.packages:
|
|
- name: apm
|
|
version: latest
|
|
## Disable APM UI components and API calls
|
|
xpack.apm.featureFlags.agentConfigurationAvailable: false
|
|
xpack.apm.featureFlags.configurableIndicesAvailable: false
|
|
xpack.apm.featureFlags.infrastructureTabAvailable: false
|
|
xpack.apm.featureFlags.infraUiAvailable: false
|
|
xpack.apm.featureFlags.migrationToFleetAvailable: false
|
|
xpack.apm.featureFlags.sourcemapApiAvailable: false
|
|
xpack.apm.featureFlags.storageExplorerAvailable: false
|
|
|
|
# Specify in telemetry the project type
|
|
telemetry.labels.serverless: observability
|
|
|
|
xpack.ml.ad.enabled: true
|
|
xpack.ml.dfa.enabled: false
|
|
xpack.ml.nlp.enabled: false
|