You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some packages that are only useful if certain Elastic features are available. Some of these features are not going to be available in all the serverless offerings, according to these configurations. Packages requiring these features are going to need to declare it.
Add a new field for dependencies on stack capabilities. We can try to add them as a new condition:
There are some packages that are only useful if certain Elastic features are available. Some of these features are not going to be available in all the serverless offerings, according to these configurations. Packages requiring these features are going to need to declare it.
Add a new field for dependencies on stack capabilities. We can try to add them as a new condition:
But so far we don't have lists in conditions. If this is a problem, we can use comma-separated lists:
Or add a completely new field
stack_capabilties
.We need to confirm the final list of capabilities, but so far we can start with:
apm
uptime
enterprise_search
serverless_search
observability
logs_ui
serverless
(TBD, for packages intended only for serverless)ilm
/dlm
(TBD, only if there are packages that only work with one of the lifecycle managers)The text was updated successfully, but these errors were encountered: