elastic / package-registry

Elastic Package Registry (EPR)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support search based on capabilities

jsoriano opened this issue · comments

Add a new parameter capabilities, that can be used to filter out packages that require capabilities not supported by Kibana. Builds of Kibana that include a limited set of capabilities will need to specify the ones they support.

If the parameter is included, packages included in response will be packages:

  • Without any capability condition.
  • When they have a capability condition, the ones whose required capabilities are included in the parameter.

Capability conditions in packages are defined in elastic/package-spec#560.