mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
## Summary disables features under Application for serverless-essentials. ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
24 lines
No EOL
1.1 KiB
YAML
24 lines
No EOL
1.1 KiB
YAML
# Observability Complete tier config
|
|
|
|
## Enabled plugins
|
|
xpack.infra.enabled: true
|
|
xpack.slo.enabled: true
|
|
xpack.uptime.enabled: true
|
|
|
|
xpack.features.overrides:
|
|
infrastructure.name: 'Infrastructure'
|
|
### By default, this feature named as `APM and User Experience`, but should be renamed to `Applications`.
|
|
apm.name: 'Applications'
|
|
### Dashboards feature should be moved from Analytics category to the Observability one.
|
|
dashboard_v2.category: 'observability'
|
|
### Discover feature should be moved from Analytics category to the Observability one and its privileges are
|
|
### fine-tuned to grant access to Observability app.
|
|
discover_v2.category: 'observability'
|
|
### Machine Learning feature should be moved from Analytics category to the Observability one and renamed to `AI Ops`.
|
|
ml:
|
|
category: 'observability'
|
|
order: 1200
|
|
### Stack alerts is hidden in Role management since it's not needed.
|
|
stackAlerts.hidden: true
|
|
### By default, this feature named as `Synthetics and Uptime`, but should be renamed to `Synthetics` since `Uptime` is not available.
|
|
uptime.name: 'Synthetics' |