Skip to content

[Enhancement] Include 'constraints' and 'owner' in /search responses #731

Closed

Description

I'm interested in having the /search endpoint return the constraints (Kibana requirements) and owner (maintaining Github team). This would be useful information to have when filtering on the search results.

For example with elastic-package status, which uses /search to collect information on the status of packages in the registry, this data could be included in the output (or used to filter). It might be used to determine what packages are exclusively available in 7.N, but are not in production.

The fields would need moved to BasePackage (or a separate SearchResponse type could be created).

// BasePackage is used for the output of the package info in the /search endpoint
type BasePackage struct {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions