[Fleet] Add the uptime capability to observability projects (#176285)

Add an specific capability for uptime for packages filtering.
This commit is contained in:
Jaime Soriano Pastor 2024-02-07 00:39:45 +01:00 committed by GitHub
parent 9150f9fa2f
commit ab98b3f080
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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