Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion config/serverless.oblt.essentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@

## Disable xpack plugins
xpack.infra.enabled: false
xpack.slo.enabled: false
xpack.slo.enabled: false

# this key is actually for synthetics
xpack.uptime.enabled: false
# uptime plugin
xpack.legacy_uptime.enabled: false
# user experience plugin
xpack.ux.enabled: false
Comment on lines +10 to +12
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

AFAICT, these settings were already disabled in a Serverless project independently from the tier (see serverless.oblt.yml), why are these set again in this more specific config?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah that's good point, i was just testing to make sure, but i will remove it



xpack.fleet.internal.registry.excludePackages: [
# Oblt integrations
'synthetics',
'synthetics_dashboards',
]