Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support search based on capabilities #1051

Closed
jsoriano opened this issue Jul 4, 2023 · 0 comments · Fixed by #1054
Closed

Support search based on capabilities #1051

jsoriano opened this issue Jul 4, 2023 · 0 comments · Fixed by #1054
Assignees

Comments

@jsoriano
Copy link
Member

jsoriano commented Jul 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants