kibana/config/serverless.oblt.logs_essentials.yml
Bryce Buchanan d157214e1a
Logs Essentials for Observability (#223030)
## 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>
2025-06-25 00:08:51 +02:00

45 lines
872 B
YAML

# Observability Logs Essentials tier config
## Disable xpack plugins
xpack.infra.enabled: false
xpack.slo.enabled: false
xpack.observabilityAIAssistant.enabled: false
xpack.aiops.ui.enabled: false
xpack.apm.enabled: false
xpack.legacy_uptime.enabled: false
xpack.ux.enabled: false
xpack.uptime.enabled: false
xpack.fleet.internal.registry.excludePackages: [
# Oblt integrations
'synthetics',
# Security integrations
'endpoint',
'beaconing',
'cloud_security_posture',
'cloud_defend',
'security_detection_engine',
# Deprecated security integrations
'bluecoat',
'cisco',
'cyberark',
'cylance',
'f5',
'fortinet_forticlient',
'juniper_junos',
'juniper_netscreen',
'microsoft',
'netscout',
'radware',
'symantec',
'tomcat',
# ML integrations
'dga',
# Profiling integrations
'profiler_agent',
'synthetics_dashboards',
]