mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Fleet] Add the uptime capability to observability projects (#176285)
Add an specific capability for uptime for packages filtering.
This commit is contained in:
parent
9150f9fa2f
commit
ab98b3f080
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue