mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
24 lines
699 B
YAML
24 lines
699 B
YAML
# Security Project config
|
|
|
|
## Disable plugins
|
|
enterpriseSearch.enabled: false
|
|
xpack.apm.enabled: false
|
|
xpack.observability.enabled: false
|
|
xpack.uptime.enabled: false
|
|
|
|
## Enable the Serverless Security plugin
|
|
xpack.serverless.security.enabled: true
|
|
xpack.serverless.security.productTypes:
|
|
[
|
|
{ product_line: 'security', product_tier: 'complete' },
|
|
{ product_line: 'endpoint', product_tier: 'complete' },
|
|
]
|
|
|
|
## Set the home route
|
|
uiSettings.overrides.defaultRoute: /app/security/get_started
|
|
|
|
## Set the dev project switcher current type
|
|
xpack.serverless.plugin.developer.projectSwitcher.currentType: 'security'
|
|
|
|
# Specify in telemetry the project type
|
|
telemetry.labels.serverless: security
|