Skip to content

Commit

Permalink
[Fleet] Add the uptime capability to observability projects (elastic#…
Browse files Browse the repository at this point in the history
…176285)

Add an specific capability for uptime for packages filtering.
  • Loading branch information
jsoriano authored and fkanout committed Mar 4, 2024
1 parent 4158f6c commit 83c11b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/serverless.oblt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ xpack.uptime.service.tls.certificate: /mnt/elastic-internal/http-certs/tls.crt
xpack.uptime.service.tls.key: /mnt/elastic-internal/http-certs/tls.key

# Fleet specific configuration
xpack.fleet.internal.registry.capabilities: ['apm', 'observability']
xpack.fleet.internal.registry.capabilities: [
'apm',
'observability',
'uptime',
]
xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false
xpack.fleet.internal.registry.spec.max: '3.0'
# Temporary until all packages implement new spec https://github.com/elastic/kibana/issues/166742
Expand Down

0 comments on commit 83c11b5

Please sign in to comment.